Html Css Color HEX #011CAB International Klein Blue

📋 copy color: '#011CAB'

red 1 ◦ green 28 ◦ blue 171

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

Shades of International Klein Blue #011CAB

Tints of International Klein Blue #011CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14%

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

R = 0.5%
G = 14%
B = 85.5%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#011CAB (or 0x011CAB) is known color: International Klein Blue. HEX triplet: 01, 1C and AB. RGB value is (1,28,171). Sum of RGB (Red+Green+Blue) = 1+28+171=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 28 (11.33% from 255 or 14% from 200); Blue value is 171 (67.19% from 255 or 85.5% from 200); Max value from RGB is 171 - color contains mainly: blue. Hex color #011CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011CAB is #FEE354. Grayscale: #232323. Windows color (decimal): -16704341 or 11213825. OLE color: 11213825.

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

Color convert

RGB 1 28 171 -
CMYK 0.99 0.84 0 0.33
HSL 230.47º 0.99% 0.34% -
HSV(B) 230.47º 0.99% 0.67% -
XYZ 7.78 3.78 38.85 -
YUV 36.23 204.05 102.87 -
System Red Green Blue C M Y K H S L
Decimal 1 28 171 0.99 0.84 0 0.33 230.47 0.99 0.34
Hex 1 1C AB 63 54 0 21 E6 63 22
Octal 1 34 253 143 124 0 41 346 143 42
Binary 1 11100 10101011 1100011 1010100 0 100001 11100110 1100011 100010

Color Harmonies of #011CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011CAB

Black with #011CAB

Text Example


Text Example

White with #011CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,28,171); }

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

background-color css

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

 a { background-color: rgb(1,28,171); }

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

border-color css

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

 span { border-color: rgb(1,28,171); }

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