#042BBD

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

Shades of International Klein Blue #042BBD

Tints of International Klein Blue #042BBD

Color information

#042BBD (or 0x042BBD) is unknown color: approx International Klein Blue. HEX triplet: 04, 2B and BD. RGB value is (4,43,189). Sum of RGB (Red+Green+Blue) = 4+43+189=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 189 (74.22% from 255 or 80.08% from 236); Max value from RGB is 189 - color contains mainly: blue. Hex color #042BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042BBD is #FBD442. Grayscale: #2F2F2F. Windows color (decimal): -16503875 or 12397316. OLE color: 12397316.

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

Color convert

RGB443189-
CMYK0.980.7700.26
HSL227.35º95.85%37.84%-
HSV(B)227.35º97.88%74.12%-
XYZ10.15.4348.66-
YUV47.98207.5896.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 189 (74.22% from 255) = 80.08%
R=1.69%
G=18.22%
B=80.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4431890.980.7700.26227.3595.8537.84
Hex42BBD624D01Ae36026
Octal45327514211503234314046
Binary1001010111011110111000101001101011010111000111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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