Html Css Color HEX #011EB8 International Klein Blue

📋 copy color: '#011EB8'

red 1 ◦ green 30 ◦ blue 184

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

Shades of International Klein Blue #011EB8

Tints of International Klein Blue #011EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 85.58%

R = 0.47%
G = 13.95%
B = 85.58%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#011EB8 (or 0x011EB8) is known color: International Klein Blue. HEX triplet: 01, 1E and B8. RGB value is (1,30,184). Sum of RGB (Red+Green+Blue) = 1+30+184=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 184 (72.27% from 255 or 85.58% from 215); Max value from RGB is 184 - color contains mainly: blue. Hex color #011EB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011EB8 is #FEE147. Grayscale: #262626. Windows color (decimal): -16703816 or 12066305. OLE color: 12066305.

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

Color convert

RGB 1 30 184 -
CMYK 0.99 0.84 0 0.28
HSL 230.49º 0.99% 0.36% -
HSV(B) 230.49º 0.99% 0.72% -
XYZ 9.13 4.4 45.71 -
YUV 38.89 209.89 100.98 -
System Red Green Blue C M Y K H S L
Decimal 1 30 184 0.99 0.84 0 0.28 230.49 0.99 0.36
Hex 1 1E B8 63 54 0 1C E6 63 24
Octal 1 36 270 143 124 0 34 346 143 44
Binary 1 11110 10111000 1100011 1010100 0 11100 11100110 1100011 100100

Color Harmonies of #011EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011EB8

Black with #011EB8

Text Example


Text Example

White with #011EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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