Html Css Color HEX #0017BF Medium Blue

📋 copy color: '#0017BF'

red 0 ◦ green 23 ◦ blue 191

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

Shades of Medium Blue #0017BF

Tints of Medium Blue #0017BF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 10.75%
B = 89.25%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0017BF (or 0x0017BF) is known color: Medium Blue. HEX triplet: 00, 17 and BF. RGB value is (0,23,191). Sum of RGB (Red+Green+Blue) = 0+23+191=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 191 (75% from 255 or 89.25% from 214); Max value from RGB is 191 - color contains mainly: blue. Hex color #0017BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0017BF is #FFE840. Grayscale: #222222. Windows color (decimal): -16771137 or 12523264. OLE color: 12523264.

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

Color convert

RGB 0 23 191 -
CMYK 1 0.88 0 0.25
HSL 232.77º 1% 0.37% -
HSV(B) 232.77º 1% 0.75% -
XYZ 9.71 4.37 49.62 -
YUV 35.28 215.88 102.84 -
System Red Green Blue C M Y K H S L
Decimal 0 23 191 1 0.88 0 0.25 232.77 1 0.37
Hex 0 17 BF 64 58 0 19 E9 64 25
Octal 0 27 277 144 130 0 31 351 144 45
Binary 0 10111 10111111 1100100 1011000 0 11001 11101001 1100100 100101

Color Harmonies of #0017BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0017BF

Black with #0017BF

Text Example


Text Example

White with #0017BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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