Html Css Color HEX #011AB9 International Klein Blue

📋 copy color: '#011AB9'

red 1 ◦ green 26 ◦ blue 185

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

Shades of International Klein Blue #011AB9

Tints of International Klein Blue #011AB9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.26%

 BLUE value IS 185 (72.66% from 255) = 87.26%

R = 0.47%
G = 12.26%
B = 87.26%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#011AB9 (or 0x011AB9) is known color: International Klein Blue. HEX triplet: 01, 1A and B9. RGB value is (1,26,185). Sum of RGB (Red+Green+Blue) = 1+26+185=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 185 (72.66% from 255 or 87.26% from 212); Max value from RGB is 185 - color contains mainly: blue. Hex color #011AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011AB9 is #FEE546. Grayscale: #232323. Windows color (decimal): -16704839 or 12130817. OLE color: 12130817.

HSL color Cylindrical-coordinate representation of color #011AB9: hue angle of 231.85º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011AB9 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 26 185 -
CMYK 0.99 0.86 0 0.27
HSL 231.85º 0.99% 0.36% -
HSV(B) 231.85º 0.99% 0.73% -
XYZ 9.14 4.25 46.24 -
YUV 36.65 211.72 102.57 -
System Red Green Blue C M Y K H S L
Decimal 1 26 185 0.99 0.86 0 0.27 231.85 0.99 0.36
Hex 1 1A B9 63 56 0 1B E8 63 24
Octal 1 32 271 143 126 0 33 350 143 44
Binary 1 11010 10111001 1100011 1010110 0 11011 11101000 1100011 100100

Color Harmonies of #011AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011AB9

Black with #011AB9

Text Example


Text Example

White with #011AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,26,185); }

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

background-color css

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

 a { background-color: rgb(1,26,185); }

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

border-color css

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

 span { border-color: rgb(1,26,185); }

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