Html Css Color HEX #051BAF International Klein Blue

📋 copy color: '#051BAF'

red 5 ◦ green 27 ◦ blue 175

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

Shades of International Klein Blue #051BAF

Tints of International Klein Blue #051BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.04%

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

R = 2.42%
G = 13.04%
B = 84.54%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#051BAF (or 0x051BAF) is known color: International Klein Blue. HEX triplet: 05, 1B and AF. RGB value is (5,27,175). Sum of RGB (Red+Green+Blue) = 5+27+175=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 175 (68.75% from 255 or 84.54% from 207); Max value from RGB is 175 - color contains mainly: blue. Hex color #051BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051BAF is #FAE450. Grayscale: #242424. Windows color (decimal): -16442449 or 11475717. OLE color: 11475717.

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

Color convert

RGB 5 27 175 -
CMYK 0.97 0.85 0 0.31
HSL 232.24º 0.94% 0.35% -
HSV(B) 232.24º 0.97% 0.69% -
XYZ 8.19 3.91 40.88 -
YUV 37.29 205.71 104.97 -
System Red Green Blue C M Y K H S L
Decimal 5 27 175 0.97 0.85 0 0.31 232.24 0.94 0.35
Hex 5 1B AF 61 55 0 1F E8 5E 23
Octal 5 33 257 141 125 0 37 350 136 43
Binary 101 11011 10101111 1100001 1010101 0 11111 11101000 1011110 100011

Color Harmonies of #051BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051BAF

Black with #051BAF

Text Example


Text Example

White with #051BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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