#0029CA

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

Shades of Persian Blue #0029CA

Tints of Persian Blue #0029CA

Color information

#0029CA (or 0x0029CA) is unknown color: approx Persian Blue. HEX triplet: 00, 29 and CA. RGB value is (0,41,202). Sum of RGB (Red+Green+Blue) = 0+41+202=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 202 (79.30% from 255 or 83.13% from 243); Max value from RGB is 202 - color contains mainly: blue. Hex color #0029CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0029CA is #FFD635. Grayscale: #2E2E2E. Windows color (decimal): -16766518 or 13248768. OLE color: 13248768.

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

Color convert

RGB041202-
CMYK10.8000.21
HSL227.82º100%39.61%-
HSV(B)227.82º100%79.22%-
XYZ11.455.8556.4-
YUV47.1215.4294.41-

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.87%
BLUE value IS 202 (79.30% from 255) = 83.13%
R=0%
G=16.87%
B=83.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal04120210.8000.21227.8210039.61
Hex029CA6450015e46428
Octal05131214412002534414450
Binary01010011100101011001001010000010101111001001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0029CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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