Html Css Color HEX #051CA6 International Klein Blue

📋 copy color: '#051CA6'

red 5 ◦ green 28 ◦ blue 166

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

Shades of International Klein Blue #051CA6

Tints of International Klein Blue #051CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 83.42%

R = 2.51%
G = 14.07%
B = 83.42%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#051CA6 (or 0x051CA6) is known color: International Klein Blue. HEX triplet: 05, 1C and A6. RGB value is (5,28,166). Sum of RGB (Red+Green+Blue) = 5+28+166=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 166 (65.23% from 255 or 83.42% from 199); Max value from RGB is 166 - color contains mainly: blue. Hex color #051CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051CA6 is #FAE359. Grayscale: #242424. Windows color (decimal): -16442202 or 10886149. OLE color: 10886149.

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

Color convert

RGB 5 28 166 -
CMYK 0.97 0.83 0 0.35
HSL 231.43º 0.94% 0.34% -
HSV(B) 231.43º 0.97% 0.65% -
XYZ 7.36 3.62 36.39 -
YUV 36.86 200.88 105.28 -
System Red Green Blue C M Y K H S L
Decimal 5 28 166 0.97 0.83 0 0.35 231.43 0.94 0.34
Hex 5 1C A6 61 53 0 23 E7 5E 22
Octal 5 34 246 141 123 0 43 347 136 42
Binary 101 11100 10100110 1100001 1010011 0 100011 11100111 1011110 100010

Color Harmonies of #051CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051CA6

Black with #051CA6

Text Example


Text Example

White with #051CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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