Html Css Color HEX #0017BA Medium Blue

📋 copy color: '#0017BA'

red 0 ◦ green 23 ◦ blue 186

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

Shades of Medium Blue #0017BA

Tints of Medium Blue #0017BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 89%

R = 0%
G = 11%
B = 89%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0017BA (or 0x0017BA) is known color: Medium Blue. HEX triplet: 00, 17 and BA. RGB value is (0,23,186). Sum of RGB (Red+Green+Blue) = 0+23+186=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 186 (73.05% from 255 or 89.00% from 209); Max value from RGB is 186 - color contains mainly: blue. Hex color #0017BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0017BA is #FFE845. Grayscale: #222222. Windows color (decimal): -16771142 or 12195584. OLE color: 12195584.

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

Color convert

RGB 0 23 186 -
CMYK 1 0.88 0 0.27
HSL 232.58º 1% 0.36% -
HSV(B) 232.58º 1% 0.73% -
XYZ 9.17 4.16 46.77 -
YUV 34.71 213.38 103.25 -
System Red Green Blue C M Y K H S L
Decimal 0 23 186 1 0.88 0 0.27 232.58 1 0.36
Hex 0 17 BA 64 58 0 1B E9 64 24
Octal 0 27 272 144 130 0 33 351 144 44
Binary 0 10111 10111010 1100100 1011000 0 11011 11101001 1100100 100100

Color Harmonies of #0017BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0017BA

Black with #0017BA

Text Example


Text Example

White with #0017BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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