Html Css Color HEX #0017BC Medium Blue

📋 copy color: '#0017BC'

red 0 ◦ green 23 ◦ blue 188

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

Shades of Medium Blue #0017BC

Tints of Medium Blue #0017BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 89.1%

R = 0%
G = 10.9%
B = 89.1%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0017BC (or 0x0017BC) is known color: Medium Blue. HEX triplet: 00, 17 and BC. RGB value is (0,23,188). Sum of RGB (Red+Green+Blue) = 0+23+188=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 188 (73.83% from 255 or 89.10% from 211); Max value from RGB is 188 - color contains mainly: blue. Hex color #0017BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0017BC is #FFE843. Grayscale: #222222. Windows color (decimal): -16771140 or 12326656. OLE color: 12326656.

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

Color convert

RGB 0 23 188 -
CMYK 1 0.88 0 0.26
HSL 232.66º 1% 0.37% -
HSV(B) 232.66º 1% 0.74% -
XYZ 9.38 4.24 47.9 -
YUV 34.93 214.38 103.08 -
System Red Green Blue C M Y K H S L
Decimal 0 23 188 1 0.88 0 0.26 232.66 1 0.37
Hex 0 17 BC 64 58 0 1A E9 64 25
Octal 0 27 274 144 130 0 32 351 144 45
Binary 0 10111 10111100 1100100 1011000 0 11010 11101001 1100100 100101

Color Harmonies of #0017BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0017BC

Black with #0017BC

Text Example


Text Example

White with #0017BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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