Html Css Color HEX #011EA4 International Klein Blue

📋 copy color: '#011EA4'

red 1 ◦ green 30 ◦ blue 164

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

Shades of International Klein Blue #011EA4

Tints of International Klein Blue #011EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 84.1%

R = 0.51%
G = 15.38%
B = 84.1%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#011EA4 (or 0x011EA4) is known color: International Klein Blue. HEX triplet: 01, 1E and A4. RGB value is (1,30,164). Sum of RGB (Red+Green+Blue) = 1+30+164=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 164 (64.45% from 255 or 84.10% from 195); Max value from RGB is 164 - color contains mainly: blue. Hex color #011EA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011EA4 is #FEE15B. Grayscale: #242424. Windows color (decimal): -16703836 or 10755585. OLE color: 10755585.

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

Color convert

RGB 1 30 164 -
CMYK 0.99 0.82 0 0.36
HSL 229.33º 0.99% 0.32% -
HSV(B) 229.33º 0.99% 0.64% -
XYZ 7.18 3.62 35.44 -
YUV 36.61 199.89 102.6 -
System Red Green Blue C M Y K H S L
Decimal 1 30 164 0.99 0.82 0 0.36 229.33 0.99 0.32
Hex 1 1E A4 63 52 0 24 E5 63 20
Octal 1 36 244 143 122 0 44 345 143 40
Binary 1 11110 10100100 1100011 1010010 0 100100 11100101 1100011 100000

Color Harmonies of #011EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011EA4

Black with #011EA4

Text Example


Text Example

White with #011EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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