Html Css Color HEX #001BAB International Klein Blue

📋 copy color: '#001BAB'

red 0 ◦ green 27 ◦ blue 171

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

Shades of International Klein Blue #001BAB

Tints of International Klein Blue #001BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 86.36%

R = 0%
G = 13.64%
B = 86.36%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#001BAB (or 0x001BAB) is known color: International Klein Blue. HEX triplet: 00, 1B and AB. RGB value is (0,27,171). Sum of RGB (Red+Green+Blue) = 0+27+171=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 171 (67.19% from 255 or 86.36% from 198); Max value from RGB is 171 - color contains mainly: blue. Hex color #001BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001BAB is #FFE454. Grayscale: #222222. Windows color (decimal): -16770133 or 11213568. OLE color: 11213568.

HSL color Cylindrical-coordinate representation of color #001BAB: hue angle of 230.53º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001BAB is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 27 171 -
CMYK 1 0.84 0 0.33
HSL 230.53º 1% 0.34% -
HSV(B) 230.53º 1% 0.67% -
XYZ 7.74 3.72 38.84 -
YUV 35.34 204.55 102.79 -
System Red Green Blue C M Y K H S L
Decimal 0 27 171 1 0.84 0 0.33 230.53 1 0.34
Hex 0 1B AB 64 54 0 21 E7 64 22
Octal 0 33 253 144 124 0 41 347 144 42
Binary 0 11011 10101011 1100100 1010100 0 100001 11100111 1100100 100010

Color Harmonies of #001BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001BAB

Black with #001BAB

Text Example


Text Example

White with #001BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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