Html Css Color HEX #0117BF Medium Blue

📋 copy color: '#0117BF'

red 1 ◦ green 23 ◦ blue 191

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

Shades of Medium Blue #0117BF

Tints of Medium Blue #0117BF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.7%

 BLUE value IS 191 (75% from 255) = 88.84%

R = 0.47%
G = 10.7%
B = 88.84%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0117BF (or 0x0117BF) is known color: Medium Blue. HEX triplet: 01, 17 and BF. RGB value is (1,23,191). Sum of RGB (Red+Green+Blue) = 1+23+191=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 191 (75% from 255 or 88.84% from 215); Max value from RGB is 191 - color contains mainly: blue. Hex color #0117BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0117BF is #FEE840. Grayscale: #222222. Windows color (decimal): -16705601 or 12523265. OLE color: 12523265.

HSL color Cylindrical-coordinate representation of color #0117BF: hue angle of 233.05º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0117BF is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 23 191 -
CMYK 0.99 0.88 0 0.25
HSL 233.05º 0.99% 0.38% -
HSV(B) 233.05º 0.99% 0.75% -
XYZ 9.72 4.38 49.62 -
YUV 35.57 215.71 103.34 -
System Red Green Blue C M Y K H S L
Decimal 1 23 191 0.99 0.88 0 0.25 233.05 0.99 0.38
Hex 1 17 BF 63 58 0 19 E9 63 26
Octal 1 27 277 143 130 0 31 351 143 46
Binary 1 10111 10111111 1100011 1011000 0 11001 11101001 1100011 100110

Color Harmonies of #0117BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0117BF

Black with #0117BF

Text Example


Text Example

White with #0117BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0117BF; }

 p { color: rgb(1,23,191); }

 H1.HeaderClassName
 {
   color: #0117BF;
 }
 .AnyTagClassName
 {
   color: #0117BF;
 }
</style>

background-color css

<style>
 a { background-color: #0117BF; }

 a { background-color: rgb(1,23,191); }

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

border-color css

<style>
 span { border-color: #0117BF; }

 span { border-color: rgb(1,23,191); }

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