Html Css Color HEX #051FAF International Klein Blue

📋 copy color: '#051FAF'

red 5 ◦ green 31 ◦ blue 175

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

Shades of International Klein Blue #051FAF

Tints of International Klein Blue #051FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 82.94%

R = 2.37%
G = 14.69%
B = 82.94%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#051FAF (or 0x051FAF) is known color: International Klein Blue. HEX triplet: 05, 1F and AF. RGB value is (5,31,175). Sum of RGB (Red+Green+Blue) = 5+31+175=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 175 (68.75% from 255 or 82.94% from 211); Max value from RGB is 175 - color contains mainly: blue. Hex color #051FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051FAF is #FAE050. Grayscale: #272727. Windows color (decimal): -16441425 or 11476741. OLE color: 11476741.

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

Color convert

RGB 5 31 175 -
CMYK 0.97 0.82 0 0.31
HSL 230.82º 0.94% 0.35% -
HSV(B) 230.82º 0.97% 0.69% -
XYZ 8.29 4.11 40.91 -
YUV 39.64 204.39 103.29 -
System Red Green Blue C M Y K H S L
Decimal 5 31 175 0.97 0.82 0 0.31 230.82 0.94 0.35
Hex 5 1F AF 61 52 0 1F E7 5E 23
Octal 5 37 257 141 122 0 37 347 136 43
Binary 101 11111 10101111 1100001 1010010 0 11111 11100111 1011110 100011

Color Harmonies of #051FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051FAF

Black with #051FAF

Text Example


Text Example

White with #051FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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