Html Css Color HEX #011EB5 International Klein Blue

📋 copy color: '#011EB5'

red 1 ◦ green 30 ◦ blue 181

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

Shades of International Klein Blue #011EB5

Tints of International Klein Blue #011EB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 85.38%

R = 0.47%
G = 14.15%
B = 85.38%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#011EB5 (or 0x011EB5) is known color: International Klein Blue. HEX triplet: 01, 1E and B5. RGB value is (1,30,181). Sum of RGB (Red+Green+Blue) = 1+30+181=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 181 (71.09% from 255 or 85.38% from 212); Max value from RGB is 181 - color contains mainly: blue. Hex color #011EB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011EB5 is #FEE14A. Grayscale: #252525. Windows color (decimal): -16703819 or 11869697. OLE color: 11869697.

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

Color convert

RGB 1 30 181 -
CMYK 0.99 0.83 0 0.29
HSL 230.33º 0.99% 0.36% -
HSV(B) 230.33º 0.99% 0.71% -
XYZ 8.82 4.27 44.08 -
YUV 38.54 208.39 101.22 -
System Red Green Blue C M Y K H S L
Decimal 1 30 181 0.99 0.83 0 0.29 230.33 0.99 0.36
Hex 1 1E B5 63 53 0 1D E6 63 24
Octal 1 36 265 143 123 0 35 346 143 44
Binary 1 11110 10110101 1100011 1010011 0 11101 11100110 1100011 100100

Color Harmonies of #011EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011EB5

Black with #011EB5

Text Example


Text Example

White with #011EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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