#051EA4

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

Shades of International Klein Blue #051EA4

Tints of International Klein Blue #051EA4

Color information

#051EA4 (or 0x051EA4) is unknown color: approx International Klein Blue. HEX triplet: 05, 1E and A4. RGB value is (5,30,164). Sum of RGB (Red+Green+Blue) = 5+30+164=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 164 (64.45% from 255 or 82.41% from 199); Max value from RGB is 164 - color contains mainly: blue. Hex color #051EA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051EA4 is #FAE15B. Grayscale: #252525. Windows color (decimal): -16441692 or 10755589. OLE color: 10755589.

HSL color Cylindrical-coordinate representation of color #051EA4: hue angle of 230.57º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051EA4 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB530164-
CMYK0.970.8200.36
HSL230.57º94.08%33.14%-
HSV(B)230.57º96.95%64.31%-
XYZ7.233.6435.44-
YUV37.8199.22104.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.51%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 164 (64.45% from 255) = 82.41%
R=2.51%
G=15.08%
B=82.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5301640.970.8200.36230.5794.0833.14
Hex51EA46152024e75e21
Octal53624414112204434713641
Binary1011111010100100110000110100100100100111001111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051EA4; }

 p { color: rgb(5,30,164); }

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

<style>
 a { background-color: #051EA4; }

 a { background-color: rgb(5,30,164); }

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

<style>
 span { border-color: #051EA4; }

 span { border-color: rgb(5,30,164); }

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