Html Css Color HEX #011EC0 International Klein Blue

📋 copy color: '#011EC0'

red 1 ◦ green 30 ◦ blue 192

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

Shades of International Klein Blue #011EC0

Tints of International Klein Blue #011EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 86.1%

R = 0.45%
G = 13.45%
B = 86.1%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#011EC0 (or 0x011EC0) is known color: International Klein Blue. HEX triplet: 01, 1E and C0. RGB value is (1,30,192). Sum of RGB (Red+Green+Blue) = 1+30+192=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 192 (75.39% from 255 or 86.10% from 223); Max value from RGB is 192 - color contains mainly: blue. Hex color #011EC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011EC0 is #FEE13F. Grayscale: #272727. Windows color (decimal): -16703808 or 12590593. OLE color: 12590593.

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

Color convert

RGB 1 30 192 -
CMYK 0.99 0.84 0 0.25
HSL 230.89º 0.99% 0.38% -
HSV(B) 230.89º 0.99% 0.75% -
XYZ 9.99 4.74 50.26 -
YUV 39.8 213.89 100.33 -
System Red Green Blue C M Y K H S L
Decimal 1 30 192 0.99 0.84 0 0.25 230.89 0.99 0.38
Hex 1 1E C0 63 54 0 19 E7 63 26
Octal 1 36 300 143 124 0 31 347 143 46
Binary 1 11110 11000000 1100011 1010100 0 11001 11100111 1100011 100110

Color Harmonies of #011EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011EC0

Black with #011EC0

Text Example


Text Example

White with #011EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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