Html Css Color HEX #011E9A International Klein Blue

📋 copy color: '#011E9A'

red 1 ◦ green 30 ◦ blue 154

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

Shades of International Klein Blue #011E9A

Tints of International Klein Blue #011E9A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.22%

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

R = 0.54%
G = 16.22%
B = 83.24%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#011E9A (or 0x011E9A) is known color: International Klein Blue. HEX triplet: 01, 1E and 9A. RGB value is (1,30,154). Sum of RGB (Red+Green+Blue) = 1+30+154=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 154 (60.55% from 255 or 83.24% from 185); Max value from RGB is 154 - color contains mainly: blue. Hex color #011E9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011E9A is #FEE165. Grayscale: #222222. Windows color (decimal): -16703846 or 10100225. OLE color: 10100225.

HSL color Cylindrical-coordinate representation of color #011E9A: hue angle of 228.63º 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 #011E9A is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 30 154 -
CMYK 0.99 0.81 0 0.40
HSL 228.63º 0.99% 0.3% -
HSV(B) 228.63º 0.99% 0.6% -
XYZ 6.31 3.27 30.87 -
YUV 35.47 194.89 103.42 -
System Red Green Blue C M Y K H S L
Decimal 1 30 154 0.99 0.81 0 0.40 228.63 0.99 0.3
Hex 1 1E 9A 63 51 0 28 E5 63 1E
Octal 1 36 232 143 121 0 50 345 143 36
Binary 1 11110 10011010 1100011 1010001 0 101000 11100101 1100011 11110

Color Harmonies of #011E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E9A

Black with #011E9A

Text Example


Text Example

White with #011E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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