#042DAD

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

Shades of International Klein Blue #042DAD

Tints of International Klein Blue #042DAD

Color information

#042DAD (or 0x042DAD) is unknown color: approx International Klein Blue. HEX triplet: 04, 2D and AD. RGB value is (4,45,173). Sum of RGB (Red+Green+Blue) = 4+45+173=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 173 (67.97% from 255 or 77.93% from 222); Max value from RGB is 173 - color contains mainly: blue. Hex color #042DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042DAD is #FBD252. Grayscale: #2E2E2E. Windows color (decimal): -16503379 or 11349252. OLE color: 11349252.

HSL color Cylindrical-coordinate representation of color #042DAD: hue angle of 225.44º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042DAD is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB445173-
CMYK0.980.7400.32
HSL225.44º95.48%34.71%-
HSV(B)225.44º97.69%67.84%-
XYZ8.534.9240.04-
YUV47.33198.9297.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.80%
GREEN value IS 45 (17.97% from 255) = 20.27%
BLUE value IS 173 (67.97% from 255) = 77.93%
R=1.80%
G=20.27%
B=77.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4451730.980.7400.32225.4495.4834.71
Hex42DAD624A020e15f23
Octal45525514211204034113743
Binary10010110110101101110001010010100100000111000011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,45,173); }

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

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

 a { background-color: rgb(4,45,173); }

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

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

 span { border-color: rgb(4,45,173); }

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