#042C9E

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

Shades of International Klein Blue #042C9E

Tints of International Klein Blue #042C9E

Color information

#042C9E (or 0x042C9E) is unknown color: approx International Klein Blue. HEX triplet: 04, 2C and 9E. RGB value is (4,44,158). Sum of RGB (Red+Green+Blue) = 4+44+158=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 158 (62.11% from 255 or 76.70% from 206); Max value from RGB is 158 - color contains mainly: blue. Hex color #042C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042C9E is #FBD361. Grayscale: #2C2C2C. Windows color (decimal): -16503650 or 10365956. OLE color: 10365956.

HSL color Cylindrical-coordinate representation of color #042C9E: hue angle of 224.42º 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 #042C9E is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB444158-
CMYK0.970.7200.38
HSL224.42º95.06%31.76%-
HSV(B)224.42º97.47%61.96%-
XYZ7.124.332.8-
YUV45.04191.7598.73-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.94%
GREEN value IS 44 (17.58% from 255) = 21.36%
BLUE value IS 158 (62.11% from 255) = 76.70%
R=1.94%
G=21.36%
B=76.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4441580.970.7200.38224.4295.0631.76
Hex42C9E6148026e05f20
Octal45423614111004634013740
Binary10010110010011110110000110010000100110111000001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042C9E; }

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

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

<style>
 a { background-color: #042C9E; }

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

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

<style>
 span { border-color: #042C9E; }

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

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