#051DAA

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

Shades of International Klein Blue #051DAA

Tints of International Klein Blue #051DAA

Color information

#051DAA (or 0x051DAA) is unknown color: approx International Klein Blue. HEX triplet: 05, 1D and AA. RGB value is (5,29,170). Sum of RGB (Red+Green+Blue) = 5+29+170=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 170 (66.80% from 255 or 83.33% from 204); Max value from RGB is 170 - color contains mainly: blue. Hex color #051DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051DAA is #FAE255. Grayscale: #252525. Windows color (decimal): -16441942 or 11148549. OLE color: 11148549.

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

Color convert

RGB529170-
CMYK0.970.8300.33
HSL231.27º94.29%34.31%-
HSV(B)231.27º97.06%66.67%-
XYZ7.763.8138.36-
YUV37.9202.55104.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.45%
GREEN value IS 29 (11.72% from 255) = 14.22%
BLUE value IS 170 (66.80% from 255) = 83.33%
R=2.45%
G=14.22%
B=83.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5291700.970.8300.33231.2794.2934.31
Hex51DAA6153021e75e22
Octal53525214112304134713642
Binary1011110110101010110000110100110100001111001111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,29,170); }

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

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

 a { background-color: rgb(5,29,170); }

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

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

 span { border-color: rgb(5,29,170); }

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