Html Css Color HEX #011EC2 International Klein Blue

📋 copy color: '#011EC2'

red 1 ◦ green 30 ◦ blue 194

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

Shades of International Klein Blue #011EC2

Tints of International Klein Blue #011EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 86.22%

R = 0.44%
G = 13.33%
B = 86.22%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#011EC2 (or 0x011EC2) is known color: International Klein Blue. HEX triplet: 01, 1E and C2. RGB value is (1,30,194). Sum of RGB (Red+Green+Blue) = 1+30+194=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 194 (76.17% from 255 or 86.22% from 225); Max value from RGB is 194 - color contains mainly: blue. Hex color #011EC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011EC2 is #FEE13D. Grayscale: #272727. Windows color (decimal): -16703806 or 12721665. OLE color: 12721665.

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

Color convert

RGB 1 30 194 -
CMYK 0.99 0.85 0 0.24
HSL 230.98º 0.99% 0.38% -
HSV(B) 230.98º 0.99% 0.76% -
XYZ 10.21 4.83 51.43 -
YUV 40.03 214.89 100.16 -
System Red Green Blue C M Y K H S L
Decimal 1 30 194 0.99 0.85 0 0.24 230.98 0.99 0.38
Hex 1 1E C2 63 55 0 18 E7 63 26
Octal 1 36 302 143 125 0 30 347 143 46
Binary 1 11110 11000010 1100011 1010101 0 11000 11100111 1100011 100110

Color Harmonies of #011EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011EC2

Black with #011EC2

Text Example


Text Example

White with #011EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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