#042A9E

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

Shades of International Klein Blue #042A9E

Tints of International Klein Blue #042A9E

Color information

#042A9E (or 0x042A9E) is unknown color: approx International Klein Blue. HEX triplet: 04, 2A and 9E. RGB value is (4,42,158). Sum of RGB (Red+Green+Blue) = 4+42+158=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 158 (62.11% from 255 or 77.45% from 204); Max value from RGB is 158 - color contains mainly: blue. Hex color #042A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042A9E is #FBD561. Grayscale: #2B2B2B. Windows color (decimal): -16504162 or 10365444. OLE color: 10365444.

HSL color Cylindrical-coordinate representation of color #042A9E: hue angle of 225.19º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042A9E is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB442158-
CMYK0.970.7300.38
HSL225.19º95.06%31.76%-
HSV(B)225.19º97.47%61.96%-
XYZ7.054.1532.78-
YUV43.86192.4199.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.96%
GREEN value IS 42 (16.80% from 255) = 20.59%
BLUE value IS 158 (62.11% from 255) = 77.45%
R=1.96%
G=20.59%
B=77.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4421580.970.7300.38225.1995.0631.76
Hex42A9E6149026e15f20
Octal45223614111104634113740
Binary10010101010011110110000110010010100110111000011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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