Html Css Color HEX #011A9A International Klein Blue

📋 copy color: '#011A9A'

red 1 ◦ green 26 ◦ blue 154

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

Shades of International Klein Blue #011A9A

Tints of International Klein Blue #011A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 85.08%

R = 0.55%
G = 14.36%
B = 85.08%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#011A9A (or 0x011A9A) is known color: International Klein Blue. HEX triplet: 01, 1A and 9A. RGB value is (1,26,154). Sum of RGB (Red+Green+Blue) = 1+26+154=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 154 (60.55% from 255 or 85.08% from 181); Max value from RGB is 154 - color contains mainly: blue. Hex color #011A9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011A9A is #FEE565. Grayscale: #202020. Windows color (decimal): -16704870 or 10099201. OLE color: 10099201.

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

Color convert

RGB 1 26 154 -
CMYK 0.99 0.83 0 0.40
HSL 230.2º 0.99% 0.3% -
HSV(B) 230.2º 0.99% 0.6% -
XYZ 6.21 3.08 30.84 -
YUV 33.12 196.22 105.09 -
System Red Green Blue C M Y K H S L
Decimal 1 26 154 0.99 0.83 0 0.40 230.2 0.99 0.3
Hex 1 1A 9A 63 53 0 28 E6 63 1E
Octal 1 32 232 143 123 0 50 346 143 36
Binary 1 11010 10011010 1100011 1010011 0 101000 11100110 1100011 11110

Color Harmonies of #011A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011A9A

Black with #011A9A

Text Example


Text Example

White with #011A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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