Html Css Color HEX #051EAC International Klein Blue

📋 copy color: '#051EAC'

red 5 ◦ green 30 ◦ blue 172

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

Shades of International Klein Blue #051EAC

Tints of International Klein Blue #051EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 83.09%

R = 2.42%
G = 14.49%
B = 83.09%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#051EAC (or 0x051EAC) is known color: International Klein Blue. HEX triplet: 05, 1E and AC. RGB value is (5,30,172). Sum of RGB (Red+Green+Blue) = 5+30+172=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 172 (67.58% from 255 or 83.09% from 207); Max value from RGB is 172 - color contains mainly: blue. Hex color #051EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051EAC is #FAE153. Grayscale: #262626. Windows color (decimal): -16441684 or 11279877. OLE color: 11279877.

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

Color convert

RGB 5 30 172 -
CMYK 0.97 0.83 0 0.33
HSL 231.02º 0.94% 0.35% -
HSV(B) 231.02º 0.97% 0.67% -
XYZ 7.97 3.94 39.37 -
YUV 38.71 203.22 103.95 -
System Red Green Blue C M Y K H S L
Decimal 5 30 172 0.97 0.83 0 0.33 231.02 0.94 0.35
Hex 5 1E AC 61 53 0 21 E7 5E 23
Octal 5 36 254 141 123 0 41 347 136 43
Binary 101 11110 10101100 1100001 1010011 0 100001 11100111 1011110 100011

Color Harmonies of #051EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051EAC

Black with #051EAC

Text Example


Text Example

White with #051EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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