Html Css Color HEX #011BAD International Klein Blue

📋 copy color: '#011BAD'

red 1 ◦ green 27 ◦ blue 173

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

Shades of International Klein Blue #011BAD

Tints of International Klein Blue #011BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 86.07%

R = 0.5%
G = 13.43%
B = 86.07%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#011BAD (or 0x011BAD) is known color: International Klein Blue. HEX triplet: 01, 1B and AD. RGB value is (1,27,173). Sum of RGB (Red+Green+Blue) = 1+27+173=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 173 (67.97% from 255 or 86.07% from 201); Max value from RGB is 173 - color contains mainly: blue. Hex color #011BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011BAD is #FEE452. Grayscale: #232323. Windows color (decimal): -16704595 or 11344641. OLE color: 11344641.

HSL color Cylindrical-coordinate representation of color #011BAD: hue angle of 230.93º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011BAD is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 27 173 -
CMYK 0.99 0.84 0 0.32
HSL 230.93º 0.99% 0.34% -
HSV(B) 230.93º 0.99% 0.68% -
XYZ 7.95 3.81 39.85 -
YUV 35.87 205.39 103.13 -
System Red Green Blue C M Y K H S L
Decimal 1 27 173 0.99 0.84 0 0.32 230.93 0.99 0.34
Hex 1 1B AD 63 54 0 20 E7 63 22
Octal 1 33 255 143 124 0 40 347 143 42
Binary 1 11011 10101101 1100011 1010100 0 100000 11100111 1100011 100010

Color Harmonies of #011BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011BAD

Black with #011BAD

Text Example


Text Example

White with #011BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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