Html Css Color HEX #051FAC International Klein Blue

📋 copy color: '#051FAC'

red 5 ◦ green 31 ◦ blue 172

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

Shades of International Klein Blue #051FAC

Tints of International Klein Blue #051FAC

RGB

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

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

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

R = 2.4%
G = 14.9%
B = 82.69%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#051FAC (or 0x051FAC) is known color: International Klein Blue. HEX triplet: 05, 1F and AC. RGB value is (5,31,172). Sum of RGB (Red+Green+Blue) = 5+31+172=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 172 (67.58% from 255 or 82.69% from 208); Max value from RGB is 172 - color contains mainly: blue. Hex color #051FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051FAC is #FAE053. Grayscale: #262626. Windows color (decimal): -16441428 or 11280133. OLE color: 11280133.

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

Color convert

RGB 5 31 172 -
CMYK 0.97 0.82 0 0.33
HSL 230.66º 0.94% 0.35% -
HSV(B) 230.66º 0.97% 0.67% -
XYZ 8 3.99 39.38 -
YUV 39.3 202.89 103.54 -
System Red Green Blue C M Y K H S L
Decimal 5 31 172 0.97 0.82 0 0.33 230.66 0.94 0.35
Hex 5 1F AC 61 52 0 21 E7 5E 23
Octal 5 37 254 141 122 0 41 347 136 43
Binary 101 11111 10101100 1100001 1010010 0 100001 11100111 1011110 100011

Color Harmonies of #051FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051FAC

Black with #051FAC

Text Example


Text Example

White with #051FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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