Html Css Color HEX #0111EB Blue

📋 copy color: '#0111EB'

red 1 ◦ green 17 ◦ blue 235

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

Shades of Blue #0111EB

Tints of Blue #0111EB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.72%

 BLUE value IS 235 (92.19% from 255) = 92.89%

R = 0.4%
G = 6.72%
B = 92.89%

CMYK

 C value IS 1.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0111EB (or 0x0111EB) is known color: Blue. HEX triplet: 01, 11 and EB. RGB value is (1,17,235). Sum of RGB (Red+Green+Blue) = 1+17+235=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 235 (92.19% from 255 or 92.89% from 253); Max value from RGB is 235 - color contains mainly: blue. Hex color #0111EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0111EB is #FEEE14. Grayscale: #242424. Windows color (decimal): -16707093 or 15405313. OLE color: 15405313.

HSL color Cylindrical-coordinate representation of color #0111EB: hue angle of 235.9º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0111EB is Cyan = 1.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 17 235 -
CMYK 1.00 0.93 0 0.08
HSL 235.9º 0.99% 0.46% -
HSV(B) 235.9º 1% 0.92% -
XYZ 15.21 6.41 79.03 -
YUV 37.07 239.7 102.27 -
System Red Green Blue C M Y K H S L
Decimal 1 17 235 1.00 0.93 0 0.08 235.9 0.99 0.46
Hex 1 11 EB 64 5D 0 8 EC 63 2E
Octal 1 21 353 144 135 0 10 354 143 56
Binary 1 10001 11101011 1100100 1011101 0 1000 11101100 1100011 101110

Color Harmonies of #0111EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0111EB

Black with #0111EB

Text Example


Text Example

White with #0111EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0111EB; }

 p { color: rgb(1,17,235); }

 H1.HeaderClassName
 {
   color: #0111EB;
 }
 .AnyTagClassName
 {
   color: #0111EB;
 }
</style>

background-color css

<style>
 a { background-color: #0111EB; }

 a { background-color: rgb(1,17,235); }

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

border-color css

<style>
 span { border-color: #0111EB; }

 span { border-color: rgb(1,17,235); }

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