Html Css Color HEX #051FA6 International Klein Blue

📋 copy color: '#051FA6'

red 5 ◦ green 31 ◦ blue 166

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

Shades of International Klein Blue #051FA6

Tints of International Klein Blue #051FA6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.35%

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

R = 2.48%
G = 15.35%
B = 82.18%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#051FA6 (or 0x051FA6) is known color: International Klein Blue. HEX triplet: 05, 1F and A6. RGB value is (5,31,166). Sum of RGB (Red+Green+Blue) = 5+31+166=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 166 (65.23% from 255 or 82.18% from 202); Max value from RGB is 166 - color contains mainly: blue. Hex color #051FA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051FA6 is #FAE059. Grayscale: #262626. Windows color (decimal): -16441434 or 10886917. OLE color: 10886917.

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

Color convert

RGB 5 31 166 -
CMYK 0.97 0.81 0 0.35
HSL 230.31º 0.94% 0.34% -
HSV(B) 230.31º 0.97% 0.65% -
XYZ 7.44 3.77 36.41 -
YUV 38.62 199.89 104.02 -
System Red Green Blue C M Y K H S L
Decimal 5 31 166 0.97 0.81 0 0.35 230.31 0.94 0.34
Hex 5 1F A6 61 51 0 23 E6 5E 22
Octal 5 37 246 141 121 0 43 346 136 42
Binary 101 11111 10100110 1100001 1010001 0 100011 11100110 1011110 100010

Color Harmonies of #051FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051FA6

Black with #051FA6

Text Example


Text Example

White with #051FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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