Html Css Color HEX #011BAF International Klein Blue

📋 copy color: '#011BAF'

red 1 ◦ green 27 ◦ blue 175

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

Shades of International Klein Blue #011BAF

Tints of International Klein Blue #011BAF

RGB

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

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

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

R = 0.49%
G = 13.3%
B = 86.21%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#011BAF (or 0x011BAF) is known color: International Klein Blue. HEX triplet: 01, 1B and AF. RGB value is (1,27,175). Sum of RGB (Red+Green+Blue) = 1+27+175=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 175 (68.75% from 255 or 86.21% from 203); Max value from RGB is 175 - color contains mainly: blue. Hex color #011BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011BAF is #FEE450. Grayscale: #232323. Windows color (decimal): -16704593 or 11475713. OLE color: 11475713.

HSL color Cylindrical-coordinate representation of color #011BAF: hue angle of 231.03º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011BAF is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 27 175 -
CMYK 0.99 0.85 0 0.31
HSL 231.03º 0.99% 0.35% -
HSV(B) 231.03º 0.99% 0.69% -
XYZ 8.14 3.89 40.88 -
YUV 36.1 206.39 102.97 -
System Red Green Blue C M Y K H S L
Decimal 1 27 175 0.99 0.85 0 0.31 231.03 0.99 0.35
Hex 1 1B AF 63 55 0 1F E7 63 23
Octal 1 33 257 143 125 0 37 347 143 43
Binary 1 11011 10101111 1100011 1010101 0 11111 11100111 1100011 100011

Color Harmonies of #011BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011BAF

Black with #011BAF

Text Example


Text Example

White with #011BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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