Html Css Color HEX #001BBB International Klein Blue

📋 copy color: '#001BBB'

red 0 ◦ green 27 ◦ blue 187

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

Shades of International Klein Blue #001BBB

Tints of International Klein Blue #001BBB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 12.62%
B = 87.38%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#001BBB (or 0x001BBB) is known color: International Klein Blue. HEX triplet: 00, 1B and BB. RGB value is (0,27,187). Sum of RGB (Red+Green+Blue) = 0+27+187=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 187 (73.44% from 255 or 87.38% from 214); Max value from RGB is 187 - color contains mainly: blue. Hex color #001BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001BBB is #FFE444. Grayscale: #242424. Windows color (decimal): -16770117 or 12262144. OLE color: 12262144.

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

Color convert

RGB 0 27 187 -
CMYK 1 0.86 0 0.27
HSL 231.34º 1% 0.37% -
HSV(B) 231.34º 1% 0.73% -
XYZ 9.36 4.37 47.36 -
YUV 37.17 212.55 101.49 -
System Red Green Blue C M Y K H S L
Decimal 0 27 187 1 0.86 0 0.27 231.34 1 0.37
Hex 0 1B BB 64 56 0 1B E7 64 25
Octal 0 33 273 144 126 0 33 347 144 45
Binary 0 11011 10111011 1100100 1010110 0 11011 11100111 1100100 100101

Color Harmonies of #001BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001BBB

Black with #001BBB

Text Example


Text Example

White with #001BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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