Html Css Color HEX #011EB0 International Klein Blue

📋 copy color: '#011EB0'

red 1 ◦ green 30 ◦ blue 176

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

Shades of International Klein Blue #011EB0

Tints of International Klein Blue #011EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 85.02%

R = 0.48%
G = 14.49%
B = 85.02%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#011EB0 (or 0x011EB0) is known color: International Klein Blue. HEX triplet: 01, 1E and B0. RGB value is (1,30,176). Sum of RGB (Red+Green+Blue) = 1+30+176=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 176 (69.14% from 255 or 85.02% from 207); Max value from RGB is 176 - color contains mainly: blue. Hex color #011EB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011EB0 is #FEE14F. Grayscale: #252525. Windows color (decimal): -16703824 or 11542017. OLE color: 11542017.

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

Color convert

RGB 1 30 176 -
CMYK 0.99 0.83 0 0.31
HSL 230.06º 0.99% 0.35% -
HSV(B) 230.06º 0.99% 0.69% -
XYZ 8.31 4.07 41.42 -
YUV 37.97 205.89 101.63 -
System Red Green Blue C M Y K H S L
Decimal 1 30 176 0.99 0.83 0 0.31 230.06 0.99 0.35
Hex 1 1E B0 63 53 0 1F E6 63 23
Octal 1 36 260 143 123 0 37 346 143 43
Binary 1 11110 10110000 1100011 1010011 0 11111 11100110 1100011 100011

Color Harmonies of #011EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011EB0

Black with #011EB0

Text Example


Text Example

White with #011EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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