Html Css Color HEX #1713BA Medium Blue

📋 copy color: '#1713BA'

red 23 ◦ green 19 ◦ blue 186

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

Shades of Medium Blue #1713BA

Tints of Medium Blue #1713BA

RGB

 RED value IS 23 (9.38% from 255) = 10.09%

 GREEN value IS 19 (7.81% from 255) = 8.33%

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

R = 10.09%
G = 8.33%
B = 81.58%

CMYK

 C value IS 0.88

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1713BA (or 0x1713BA) is known color: Medium Blue. HEX triplet: 17, 13 and BA. RGB value is (23,19,186). Sum of RGB (Red+Green+Blue) = 23+19+186=228 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.09% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 186 (73.05% from 255 or 81.58% from 228); Max value from RGB is 186 - color contains mainly: blue. Hex color #1713BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1713BA is #E8EC45. Grayscale: #262626. Windows color (decimal): -15264838 or 12194583. OLE color: 12194583.

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

Color convert

RGB 23 19 186 -
CMYK 0.88 0.90 0 0.27
HSL 241.44º 0.81% 0.4% -
HSV(B) 241.44º 0.9% 0.73% -
XYZ 9.45 4.19 46.77 -
YUV 39.23 210.83 116.42 -
System Red Green Blue C M Y K H S L
Decimal 23 19 186 0.88 0.90 0 0.27 241.44 0.81 0.4
Hex 17 13 BA 58 5A 0 1B F1 51 28
Octal 27 23 272 130 132 0 33 361 121 50
Binary 10111 10011 10111010 1011000 1011010 0 11011 11110001 1010001 101000

Color Harmonies of #1713BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1713BA

Black with #1713BA

Text Example


Text Example

White with #1713BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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