Html Css Color HEX #0116EE Blue

📋 copy color: '#0116EE'

red 1 ◦ green 22 ◦ blue 238

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

Shades of Blue #0116EE

Tints of Blue #0116EE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.43%

 BLUE value IS 238 (93.36% from 255) = 91.19%

R = 0.38%
G = 8.43%
B = 91.19%

CMYK

 C value IS 1.00

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0116EE (or 0x0116EE) is known color: Blue. HEX triplet: 01, 16 and EE. RGB value is (1,22,238). Sum of RGB (Red+Green+Blue) = 1+22+238=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 238 (93.36% from 255 or 91.19% from 261); Max value from RGB is 238 - color contains mainly: blue. Hex color #0116EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0116EE is #FEE911. Grayscale: #272727. Windows color (decimal): -16705810 or 15603201. OLE color: 15603201.

HSL color Cylindrical-coordinate representation of color #0116EE: hue angle of 234.68º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0116EE is Cyan = 1.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 22 238 -
CMYK 1.00 0.91 0 0.07
HSL 234.68º 0.99% 0.47% -
HSV(B) 234.68º 1% 0.93% -
XYZ 15.73 6.75 81.36 -
YUV 40.35 239.54 99.94 -
System Red Green Blue C M Y K H S L
Decimal 1 22 238 1.00 0.91 0 0.07 234.68 0.99 0.47
Hex 1 16 EE 64 5B 0 7 EB 63 2F
Octal 1 26 356 144 133 0 7 353 143 57
Binary 1 10110 11101110 1100100 1011011 0 111 11101011 1100011 101111

Color Harmonies of #0116EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0116EE

Black with #0116EE

Text Example


Text Example

White with #0116EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0116EE; }

 p { color: rgb(1,22,238); }

 H1.HeaderClassName
 {
   color: #0116EE;
 }
 .AnyTagClassName
 {
   color: #0116EE;
 }
</style>

background-color css

<style>
 a { background-color: #0116EE; }

 a { background-color: rgb(1,22,238); }

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

border-color css

<style>
 span { border-color: #0116EE; }

 span { border-color: rgb(1,22,238); }

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