Html Css Color HEX #011BAC International Klein Blue

📋 copy color: '#011BAC'

red 1 ◦ green 27 ◦ blue 172

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

Shades of International Klein Blue #011BAC

Tints of International Klein Blue #011BAC

RGB

 RED value IS 1 (0.78% from 255) = 0.5%

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

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

R = 0.5%
G = 13.5%
B = 86%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#011BAC (or 0x011BAC) is known color: International Klein Blue. HEX triplet: 01, 1B and AC. RGB value is (1,27,172). Sum of RGB (Red+Green+Blue) = 1+27+172=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 172 (67.58% from 255 or 86% from 200); Max value from RGB is 172 - color contains mainly: blue. Hex color #011BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011BAC is #FEE453. Grayscale: #232323. Windows color (decimal): -16704596 or 11279105. OLE color: 11279105.

HSL color Cylindrical-coordinate representation of color #011BAC: hue angle of 230.88º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011BAC is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 27 172 -
CMYK 0.99 0.84 0 0.33
HSL 230.88º 0.99% 0.34% -
HSV(B) 230.88º 0.99% 0.67% -
XYZ 7.85 3.77 39.34 -
YUV 35.76 204.89 103.21 -
System Red Green Blue C M Y K H S L
Decimal 1 27 172 0.99 0.84 0 0.33 230.88 0.99 0.34
Hex 1 1B AC 63 54 0 21 E7 63 22
Octal 1 33 254 143 124 0 41 347 143 42
Binary 1 11011 10101100 1100011 1010100 0 100001 11100111 1100011 100010

Color Harmonies of #011BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011BAC

Black with #011BAC

Text Example


Text Example

White with #011BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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