Html Css Color HEX #0111FF Blue

📋 copy color: '#0111FF'

red 1 ◦ green 17 ◦ blue 255

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

Shades of Blue #0111FF

Tints of Blue #0111FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 93.41%

R = 0.37%
G = 6.23%
B = 93.41%

CMYK

 C value IS 1.00

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0111FF (or 0x0111FF) is known color: Blue. HEX triplet: 01, 11 and FF. RGB value is (1,17,255). Sum of RGB (Red+Green+Blue) = 1+17+255=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 255 (100% from 255 or 93.41% from 273); Max value from RGB is 255 - color contains mainly: blue. Hex color #0111FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0111FF is #FEEE00. Grayscale: #262626. Windows color (decimal): -16707073 or 16716033. OLE color: 16716033.

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

Color convert

RGB 1 17 255 -
CMYK 1.00 0.93 0 0
HSL 236.22º 1% 0.5% -
HSV(B) 236.22º 1% 1% -
XYZ 18.26 7.63 95.12 -
YUV 39.35 249.7 100.65 -
System Red Green Blue C M Y K H S L
Decimal 1 17 255 1.00 0.93 0 0 236.22 1 0.5
Hex 1 11 FF 64 5D 0 0 EC 64 32
Octal 1 21 377 144 135 0 0 354 144 62
Binary 1 10001 11111111 1100100 1011101 0 0 11101100 1100100 110010

Color Harmonies of #0111FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0111FF

Black with #0111FF

Text Example


Text Example

White with #0111FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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