Html Css Color HEX #011B9F International Klein Blue

📋 copy color: '#011B9F'

red 1 ◦ green 27 ◦ blue 159

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

Shades of International Klein Blue #011B9F

Tints of International Klein Blue #011B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 85.03%

R = 0.53%
G = 14.44%
B = 85.03%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#011B9F (or 0x011B9F) is known color: International Klein Blue. HEX triplet: 01, 1B and 9F. RGB value is (1,27,159). Sum of RGB (Red+Green+Blue) = 1+27+159=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 159 (62.5% from 255 or 85.03% from 187); Max value from RGB is 159 - color contains mainly: blue. Hex color #011B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011B9F is #FEE460. Grayscale: #212121. Windows color (decimal): -16704609 or 10427137. OLE color: 10427137.

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

Color convert

RGB 1 27 159 -
CMYK 0.99 0.83 0 0.38
HSL 230.13º 0.99% 0.31% -
HSV(B) 230.13º 0.99% 0.62% -
XYZ 6.66 3.29 33.09 -
YUV 34.27 198.39 104.27 -
System Red Green Blue C M Y K H S L
Decimal 1 27 159 0.99 0.83 0 0.38 230.13 0.99 0.31
Hex 1 1B 9F 63 53 0 26 E6 63 1F
Octal 1 33 237 143 123 0 46 346 143 37
Binary 1 11011 10011111 1100011 1010011 0 100110 11100110 1100011 11111

Color Harmonies of #011B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011B9F

Black with #011B9F

Text Example


Text Example

White with #011B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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