Html Css Color HEX #001BAC International Klein Blue

📋 copy color: '#001BAC'

red 0 ◦ green 27 ◦ blue 172

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

Shades of International Klein Blue #001BAC

Tints of International Klein Blue #001BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 86.43%

R = 0%
G = 13.57%
B = 86.43%

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

#001BAC (or 0x001BAC) is known color: International Klein Blue. HEX triplet: 00, 1B and AC. RGB value is (0,27,172). Sum of RGB (Red+Green+Blue) = 0+27+172=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 172 (67.58% from 255 or 86.43% from 199); Max value from RGB is 172 - color contains mainly: blue. Hex color #001BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001BAC is #FFE453. Grayscale: #222222. Windows color (decimal): -16770132 or 11279104. OLE color: 11279104.

HSL color Cylindrical-coordinate representation of color #001BAC: hue angle of 230.58º 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 #001BAC is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 27 172 -
CMYK 1 0.84 0 0.33
HSL 230.58º 1% 0.34% -
HSV(B) 230.58º 1% 0.67% -
XYZ 7.84 3.76 39.34 -
YUV 35.46 205.05 102.71 -
System Red Green Blue C M Y K H S L
Decimal 0 27 172 1 0.84 0 0.33 230.58 1 0.34
Hex 0 1B AC 64 54 0 21 E7 64 22
Octal 0 33 254 144 124 0 41 347 144 42
Binary 0 11011 10101100 1100100 1010100 0 100001 11100111 1100100 100010

Color Harmonies of #001BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001BAC

Black with #001BAC

Text Example


Text Example

White with #001BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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