Html Css Color HEX #051CAC International Klein Blue

📋 copy color: '#051CAC'

red 5 ◦ green 28 ◦ blue 172

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

Shades of International Klein Blue #051CAC

Tints of International Klein Blue #051CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.66%

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

R = 2.44%
G = 13.66%
B = 83.9%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#051CAC (or 0x051CAC) is known color: International Klein Blue. HEX triplet: 05, 1C and AC. RGB value is (5,28,172). Sum of RGB (Red+Green+Blue) = 5+28+172=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 172 (67.58% from 255 or 83.90% from 205); Max value from RGB is 172 - color contains mainly: blue. Hex color #051CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051CAC is #FAE353. Grayscale: #242424. Windows color (decimal): -16442196 or 11279365. OLE color: 11279365.

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

Color convert

RGB 5 28 172 -
CMYK 0.97 0.84 0 0.33
HSL 231.74º 0.94% 0.35% -
HSV(B) 231.74º 0.97% 0.67% -
XYZ 7.92 3.84 39.35 -
YUV 37.54 203.88 104.79 -
System Red Green Blue C M Y K H S L
Decimal 5 28 172 0.97 0.84 0 0.33 231.74 0.94 0.35
Hex 5 1C AC 61 54 0 21 E8 5E 23
Octal 5 34 254 141 124 0 41 350 136 43
Binary 101 11100 10101100 1100001 1010100 0 100001 11101000 1011110 100011

Color Harmonies of #051CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051CAC

Black with #051CAC

Text Example


Text Example

White with #051CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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