Html Css Color HEX #011EB7 International Klein Blue

📋 copy color: '#011EB7'

red 1 ◦ green 30 ◦ blue 183

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

Shades of International Klein Blue #011EB7

Tints of International Klein Blue #011EB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 85.51%

R = 0.47%
G = 14.02%
B = 85.51%

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

#011EB7 (or 0x011EB7) is known color: International Klein Blue. HEX triplet: 01, 1E and B7. RGB value is (1,30,183). Sum of RGB (Red+Green+Blue) = 1+30+183=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 30 (12.11% from 255 or 14.02% from 214); Blue value is 183 (71.88% from 255 or 85.51% from 214); Max value from RGB is 183 - color contains mainly: blue. Hex color #011EB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011EB7 is #FEE148. Grayscale: #262626. Windows color (decimal): -16703817 or 12000769. OLE color: 12000769.

HSL color Cylindrical-coordinate representation of color #011EB7: hue angle of 230.44º 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 #011EB7 is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 1 30 183 -
CMYK 0.99 0.84 0 0.28
HSL 230.44º 0.99% 0.36% -
HSV(B) 230.44º 0.99% 0.72% -
XYZ 9.02 4.35 45.16 -
YUV 38.77 209.39 101.06 -
System Red Green Blue C M Y K H S L
Decimal 1 30 183 0.99 0.84 0 0.28 230.44 0.99 0.36
Hex 1 1E B7 63 54 0 1C E6 63 24
Octal 1 36 267 143 124 0 34 346 143 44
Binary 1 11110 10110111 1100011 1010100 0 11100 11100110 1100011 100100

Color Harmonies of #011EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011EB7

Black with #011EB7

Text Example


Text Example

White with #011EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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