Html Css Color HEX #051BAC International Klein Blue

📋 copy color: '#051BAC'

red 5 ◦ green 27 ◦ blue 172

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

Shades of International Klein Blue #051BAC

Tints of International Klein Blue #051BAC

RGB

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

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

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

R = 2.45%
G = 13.24%
B = 84.31%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#051BAC (or 0x051BAC) is known color: International Klein Blue. HEX triplet: 05, 1B and AC. RGB value is (5,27,172). Sum of RGB (Red+Green+Blue) = 5+27+172=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 172 (67.58% from 255 or 84.31% from 204); Max value from RGB is 172 - color contains mainly: blue. Hex color #051BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051BAC is #FAE453. Grayscale: #242424. Windows color (decimal): -16442452 or 11279109. OLE color: 11279109.

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

Color convert

RGB 5 27 172 -
CMYK 0.97 0.84 0 0.33
HSL 232.1º 0.94% 0.35% -
HSV(B) 232.1º 0.97% 0.67% -
XYZ 7.9 3.79 39.35 -
YUV 36.95 204.21 105.21 -
System Red Green Blue C M Y K H S L
Decimal 5 27 172 0.97 0.84 0 0.33 232.1 0.94 0.35
Hex 5 1B AC 61 54 0 21 E8 5E 23
Octal 5 33 254 141 124 0 41 350 136 43
Binary 101 11011 10101100 1100001 1010100 0 100001 11101000 1011110 100011

Color Harmonies of #051BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051BAC

Black with #051BAC

Text Example


Text Example

White with #051BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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