#042CAD

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

Shades of International Klein Blue #042CAD

Tints of International Klein Blue #042CAD

Color information

#042CAD (or 0x042CAD) is unknown color: approx International Klein Blue. HEX triplet: 04, 2C and AD. RGB value is (4,44,173). Sum of RGB (Red+Green+Blue) = 4+44+173=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 173 (67.97% from 255 or 78.28% from 221); Max value from RGB is 173 - color contains mainly: blue. Hex color #042CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042CAD is #FBD352. Grayscale: #2E2E2E. Windows color (decimal): -16503635 or 11348996. OLE color: 11348996.

HSL color Cylindrical-coordinate representation of color #042CAD: hue angle of 225.8º 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 #042CAD is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB444173-
CMYK0.980.7500.32
HSL225.8º95.48%34.71%-
HSV(B)225.8º97.69%67.84%-
XYZ8.494.8440.02-
YUV46.75199.2597.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.81%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 173 (67.97% from 255) = 78.28%
R=1.81%
G=19.91%
B=78.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4441730.980.7500.32225.895.4834.71
Hex42CAD624B020e25f23
Octal45425514211304034213743
Binary10010110010101101110001010010110100000111000101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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