#04299E

Color #04299E International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #04299E

Tints of International Klein Blue #04299E

Color information

#04299E (or 0x04299E) is unknown color: approx International Klein Blue. HEX triplet: 04, 29 and 9E. RGB value is (4,41,158). Sum of RGB (Red+Green+Blue) = 4+41+158=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 158 (62.11% from 255 or 77.83% from 203); Max value from RGB is 158 - color contains mainly: blue. Hex color #04299E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04299E is #FBD661. Grayscale: #2A2A2A. Windows color (decimal): -16504418 or 10365188. OLE color: 10365188.

HSL color Cylindrical-coordinate representation of color #04299E: hue angle of 225.58º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04299E is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB441158-
CMYK0.970.7400.38
HSL225.58º95.06%31.76%-
HSV(B)225.58º97.47%61.96%-
XYZ7.014.0832.77-
YUV43.28192.7499.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.97%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 158 (62.11% from 255) = 77.83%
R=1.97%
G=20.20%
B=77.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4411580.970.7400.38225.5895.0631.76
Hex4299E614A026e25f20
Octal45123614111204634213740
Binary10010100110011110110000110010100100110111000101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04299E; }

 p { color: rgb(4,41,158); }

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

<style>
 a { background-color: #04299E; }

 a { background-color: rgb(4,41,158); }

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

<style>
 span { border-color: #04299E; }

 span { border-color: rgb(4,41,158); }

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