#042ABD

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

Shades of International Klein Blue #042ABD

Tints of International Klein Blue #042ABD

Color information

#042ABD (or 0x042ABD) is unknown color: approx International Klein Blue. HEX triplet: 04, 2A and BD. RGB value is (4,42,189). Sum of RGB (Red+Green+Blue) = 4+42+189=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 189 (74.22% from 255 or 80.43% from 235); Max value from RGB is 189 - color contains mainly: blue. Hex color #042ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042ABD is #FBD542. Grayscale: #2E2E2E. Windows color (decimal): -16504131 or 12397060. OLE color: 12397060.

HSL color Cylindrical-coordinate representation of color #042ABD: hue angle of 227.68º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042ABD is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB442189-
CMYK0.980.7800.26
HSL227.68º95.85%37.84%-
HSV(B)227.68º97.88%74.12%-
XYZ10.065.3648.65-
YUV47.4207.9197.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.70%
GREEN value IS 42 (16.80% from 255) = 17.87%
BLUE value IS 189 (74.22% from 255) = 80.43%
R=1.70%
G=17.87%
B=80.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4421890.980.7800.26227.6895.8537.84
Hex42ABD624E01Ae46026
Octal45227514211603234414046
Binary1001010101011110111000101001110011010111001001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,42,189); }

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

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

 a { background-color: rgb(4,42,189); }

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

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

 span { border-color: rgb(4,42,189); }

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