#0623CB

Color #0623CB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0623CB

Tints of Persian Blue #0623CB

Color information

#0623CB (or 0x0623CB) is unknown color: approx Persian Blue. HEX triplet: 06, 23 and CB. RGB value is (6,35,203). Sum of RGB (Red+Green+Blue) = 6+35+203=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 203 (79.69% from 255 or 83.20% from 244); Max value from RGB is 203 - color contains mainly: blue. Hex color #0623CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0623CB is #F9DC34. Grayscale: #2C2C2C. Windows color (decimal): -16374837 or 13312774. OLE color: 13312774.

HSL color Cylindrical-coordinate representation of color #0623CB: hue angle of 231.17º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0623CB is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB635203-
CMYK0.970.8300.20
HSL231.17º94.26%40.98%-
HSV(B)231.17º97.04%79.61%-
XYZ11.465.5556.97-
YUV45.48216.8999.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.46%
GREEN value IS 35 (14.06% from 255) = 14.34%
BLUE value IS 203 (79.69% from 255) = 83.20%
R=2.46%
G=14.34%
B=83.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal6352030.970.8300.20231.1794.2640.98
Hex623CB6153014e75e29
Octal64331314112302434713651
Binary1101000111100101111000011010011010100111001111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0623CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0623CB; }

 p { color: rgb(6,35,203); }

 H1.HeaderClassName
 {
   color: #0623CB;
 }
 .AnyTagClassName
 {
   color: #0623CB;
 }
</style>
background-color css

<style>
 a { background-color: #0623CB; }

 a { background-color: rgb(6,35,203); }

 div.DivClassName
 {
   background-color: #0623CB;
 }
 .BgClassName
 {
   background-color: #0623CB;
 }
</style>
border-color css

<style>
 span { border-color: #0623CB; }

 span { border-color: rgb(6,35,203); }

 td.TdClassName
 {
   border-color: #0623CB;
 }
 .TagClassName
 {
   border-color: #0623CB;
 }
</style>