Html Css Color HEX #011BB5 International Klein Blue

📋 copy color: '#011BB5'

red 1 ◦ green 27 ◦ blue 181

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

Shades of International Klein Blue #011BB5

Tints of International Klein Blue #011BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 86.6%

R = 0.48%
G = 12.92%
B = 86.6%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#011BB5 (or 0x011BB5) is known color: International Klein Blue. HEX triplet: 01, 1B and B5. RGB value is (1,27,181). Sum of RGB (Red+Green+Blue) = 1+27+181=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 181 (71.09% from 255 or 86.60% from 209); Max value from RGB is 181 - color contains mainly: blue. Hex color #011BB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011BB5 is #FEE44A. Grayscale: #242424. Windows color (decimal): -16704587 or 11868929. OLE color: 11868929.

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

Color convert

RGB 1 27 181 -
CMYK 0.99 0.85 0 0.29
HSL 231.33º 0.99% 0.36% -
HSV(B) 231.33º 0.99% 0.71% -
XYZ 8.74 4.13 44.05 -
YUV 36.78 209.39 102.48 -
System Red Green Blue C M Y K H S L
Decimal 1 27 181 0.99 0.85 0 0.29 231.33 0.99 0.36
Hex 1 1B B5 63 55 0 1D E7 63 24
Octal 1 33 265 143 125 0 35 347 143 44
Binary 1 11011 10110101 1100011 1010101 0 11101 11100111 1100011 100100

Color Harmonies of #011BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011BB5

Black with #011BB5

Text Example


Text Example

White with #011BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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