#042CA2

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

Shades of International Klein Blue #042CA2

Tints of International Klein Blue #042CA2

Color information

#042CA2 (or 0x042CA2) is unknown color: approx International Klein Blue. HEX triplet: 04, 2C and A2. RGB value is (4,44,162). Sum of RGB (Red+Green+Blue) = 4+44+162=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 162 (63.67% from 255 or 77.14% from 210); Max value from RGB is 162 - color contains mainly: blue. Hex color #042CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042CA2 is #FBD35D. Grayscale: #2C2C2C. Windows color (decimal): -16503646 or 10628100. OLE color: 10628100.

HSL color Cylindrical-coordinate representation of color #042CA2: hue angle of 224.81º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042CA2 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB444162-
CMYK0.980.7300.36
HSL224.81º95.18%32.55%-
HSV(B)224.81º97.53%63.53%-
XYZ7.474.4434.64-
YUV45.49193.7598.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 44 (17.58% from 255) = 20.95%
BLUE value IS 162 (63.67% from 255) = 77.14%
R=1.90%
G=20.95%
B=77.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4441620.980.7300.36224.8195.1832.55
Hex42CA26249024e15f21
Octal45424214211104434113741
Binary10010110010100010110001010010010100100111000011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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