Html Css Color HEX #001BBD International Klein Blue

📋 copy color: '#001BBD'

red 0 ◦ green 27 ◦ blue 189

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

Shades of International Klein Blue #001BBD

Tints of International Klein Blue #001BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 87.5%

R = 0%
G = 12.5%
B = 87.5%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#001BBD (or 0x001BBD) is known color: International Klein Blue. HEX triplet: 00, 1B and BD. RGB value is (0,27,189). Sum of RGB (Red+Green+Blue) = 0+27+189=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 189 (74.22% from 255 or 87.5% from 216); Max value from RGB is 189 - color contains mainly: blue. Hex color #001BBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001BBD is #FFE442. Grayscale: #242424. Windows color (decimal): -16770115 or 12393216. OLE color: 12393216.

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

Color convert

RGB 0 27 189 -
CMYK 1 0.86 0 0.26
HSL 231.43º 1% 0.37% -
HSV(B) 231.43º 1% 0.74% -
XYZ 9.58 4.46 48.5 -
YUV 37.4 213.55 101.33 -
System Red Green Blue C M Y K H S L
Decimal 0 27 189 1 0.86 0 0.26 231.43 1 0.37
Hex 0 1B BD 64 56 0 1A E7 64 25
Octal 0 33 275 144 126 0 32 347 144 45
Binary 0 11011 10111101 1100100 1010110 0 11010 11100111 1100100 100101

Color Harmonies of #001BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001BBD

Black with #001BBD

Text Example


Text Example

White with #001BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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