Html Css Color HEX #051EA2 International Klein Blue

📋 copy color: '#051EA2'

red 5 ◦ green 30 ◦ blue 162

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

Shades of International Klein Blue #051EA2

Tints of International Klein Blue #051EA2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.23%

 BLUE value IS 162 (63.67% from 255) = 82.23%

R = 2.54%
G = 15.23%
B = 82.23%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#051EA2 (or 0x051EA2) is known color: International Klein Blue. HEX triplet: 05, 1E and A2. RGB value is (5,30,162). Sum of RGB (Red+Green+Blue) = 5+30+162=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 162 (63.67% from 255 or 82.23% from 197); Max value from RGB is 162 - color contains mainly: blue. Hex color #051EA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051EA2 is #FAE15D. Grayscale: #252525. Windows color (decimal): -16441694 or 10624517. OLE color: 10624517.

HSL color Cylindrical-coordinate representation of color #051EA2: hue angle of 230.45º 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 #051EA2 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 30 162 -
CMYK 0.97 0.81 0 0.36
HSL 230.45º 0.94% 0.33% -
HSV(B) 230.45º 0.97% 0.64% -
XYZ 7.05 3.57 34.5 -
YUV 37.57 198.22 104.77 -
System Red Green Blue C M Y K H S L
Decimal 5 30 162 0.97 0.81 0 0.36 230.45 0.94 0.33
Hex 5 1E A2 61 51 0 24 E6 5E 21
Octal 5 36 242 141 121 0 44 346 136 41
Binary 101 11110 10100010 1100001 1010001 0 100100 11100110 1011110 100001

Color Harmonies of #051EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051EA2

Black with #051EA2

Text Example


Text Example

White with #051EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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