Html Css Color HEX #011A9D International Klein Blue

📋 copy color: '#011A9D'

red 1 ◦ green 26 ◦ blue 157

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

Shades of International Klein Blue #011A9D

Tints of International Klein Blue #011A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 85.33%

R = 0.54%
G = 14.13%
B = 85.33%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#011A9D (or 0x011A9D) is known color: International Klein Blue. HEX triplet: 01, 1A and 9D. RGB value is (1,26,157). Sum of RGB (Red+Green+Blue) = 1+26+157=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 157 (61.72% from 255 or 85.33% from 184); Max value from RGB is 157 - color contains mainly: blue. Hex color #011A9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011A9D is #FEE562. Grayscale: #202020. Windows color (decimal): -16704867 or 10295809. OLE color: 10295809.

HSL color Cylindrical-coordinate representation of color #011A9D: hue angle of 230.38º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011A9D is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 26 157 -
CMYK 0.99 0.83 0 0.38
HSL 230.38º 0.99% 0.31% -
HSV(B) 230.38º 0.99% 0.62% -
XYZ 6.47 3.18 32.17 -
YUV 33.46 197.72 104.85 -
System Red Green Blue C M Y K H S L
Decimal 1 26 157 0.99 0.83 0 0.38 230.38 0.99 0.31
Hex 1 1A 9D 63 53 0 26 E6 63 1F
Octal 1 32 235 143 123 0 46 346 143 37
Binary 1 11010 10011101 1100011 1010011 0 100110 11100110 1100011 11111

Color Harmonies of #011A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A9D

Black with #011A9D

Text Example


Text Example

White with #011A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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