#0029CB

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

Shades of Persian Blue #0029CB

Tints of Persian Blue #0029CB

Color information

#0029CB (or 0x0029CB) is unknown color: approx Persian Blue. HEX triplet: 00, 29 and CB. RGB value is (0,41,203). Sum of RGB (Red+Green+Blue) = 0+41+203=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 41 (16.41% from 255 or 16.80% 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 #0029CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0029CB is #FFD634. Grayscale: #2E2E2E. Windows color (decimal): -16766517 or 13314304. OLE color: 13314304.

HSL color Cylindrical-coordinate representation of color #0029CB: hue angle of 227.88º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0029CB is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB041203-
CMYK10.8000.20
HSL227.88º100%39.8%-
HSV(B)227.88º100%79.61%-
XYZ11.575.957.03-
YUV47.21215.9294.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 203 (79.69% from 255) = 83.20%
R=0%
G=16.80%
B=83.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal04120310.8000.20227.8810039.8
Hex029CB6450014e46428
Octal05131314412002434414450
Binary01010011100101111001001010000010100111001001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0029CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,41,203); }

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

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

 a { background-color: rgb(0,41,203); }

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

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

 span { border-color: rgb(0,41,203); }

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