Html Css Color HEX #011BBB International Klein Blue

📋 copy color: '#011BBB'

red 1 ◦ green 27 ◦ blue 187

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

Shades of International Klein Blue #011BBB

Tints of International Klein Blue #011BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 86.98%

R = 0.47%
G = 12.56%
B = 86.98%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#011BBB (or 0x011BBB) is known color: International Klein Blue. HEX triplet: 01, 1B and BB. RGB value is (1,27,187). Sum of RGB (Red+Green+Blue) = 1+27+187=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 187 (73.44% from 255 or 86.98% from 215); Max value from RGB is 187 - color contains mainly: blue. Hex color #011BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011BBB is #FEE444. Grayscale: #242424. Windows color (decimal): -16704581 or 12262145. OLE color: 12262145.

HSL color Cylindrical-coordinate representation of color #011BBB: hue angle of 231.61º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011BBB is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 27 187 -
CMYK 0.99 0.86 0 0.27
HSL 231.61º 0.99% 0.37% -
HSV(B) 231.61º 0.99% 0.73% -
XYZ 9.37 4.38 47.36 -
YUV 37.47 212.39 101.99 -
System Red Green Blue C M Y K H S L
Decimal 1 27 187 0.99 0.86 0 0.27 231.61 0.99 0.37
Hex 1 1B BB 63 56 0 1B E8 63 25
Octal 1 33 273 143 126 0 33 350 143 45
Binary 1 11011 10111011 1100011 1010110 0 11011 11101000 1100011 100101

Color Harmonies of #011BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011BBB

Black with #011BBB

Text Example


Text Example

White with #011BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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