Html Css Color HEX #051AA0 International Klein Blue

📋 copy color: '#051AA0'

red 5 ◦ green 26 ◦ blue 160

#051AA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #051AA0

Tints of International Klein Blue #051AA0

RGB

 RED value IS 5 (2.34% from 255) = 2.62%

 GREEN value IS 26 (10.55% from 255) = 13.61%

 BLUE value IS 160 (62.89% from 255) = 83.77%

R = 2.62%
G = 13.61%
B = 83.77%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#051AA0 (or 0x051AA0) is known color: International Klein Blue. HEX triplet: 05, 1A and A0. RGB value is (5,26,160). Sum of RGB (Red+Green+Blue) = 5+26+160=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 160 (62.89% from 255 or 83.77% from 191); Max value from RGB is 160 - color contains mainly: blue. Hex color #051AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051AA0 is #FAE55F. Grayscale: #222222. Windows color (decimal): -16442720 or 10492421. OLE color: 10492421.

HSL color Cylindrical-coordinate representation of color #051AA0: hue angle of 231.87º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051AA0 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 5 26 160 -
CMYK 0.97 0.84 0 0.37
HSL 231.87º 0.94% 0.32% -
HSV(B) 231.87º 0.97% 0.63% -
XYZ 6.78 3.31 33.54 -
YUV 35 198.54 106.6 -
System Red Green Blue C M Y K H S L
Decimal 5 26 160 0.97 0.84 0 0.37 231.87 0.94 0.32
Hex 5 1A A0 61 54 0 25 E8 5E 20
Octal 5 32 240 141 124 0 45 350 136 40
Binary 101 11010 10100000 1100001 1010100 0 100101 11101000 1011110 100000

Color Harmonies of #051AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051AA0

Black with #051AA0

Text Example


Text Example

White with #051AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,26,160); }

 H1.HeaderClassName
 {
   color: #051AA0;
 }
 .AnyTagClassName
 {
   color: #051AA0;
 }
</style>

background-color css

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

 a { background-color: rgb(5,26,160); }

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

border-color css

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

 span { border-color: rgb(5,26,160); }

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