Html Css Color HEX #1712BA Medium Blue

📋 copy color: '#1712BA'

red 23 ◦ green 18 ◦ blue 186

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

Shades of Medium Blue #1712BA

Tints of Medium Blue #1712BA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.93%

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

R = 10.13%
G = 7.93%
B = 81.94%

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

#1712BA (or 0x1712BA) is known color: Medium Blue. HEX triplet: 17, 12 and BA. RGB value is (23,18,186). Sum of RGB (Red+Green+Blue) = 23+18+186=227 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.13% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 186 (73.05% from 255 or 81.94% from 227); Max value from RGB is 186 - color contains mainly: blue. Hex color #1712BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1712BA is #E8ED45. Grayscale: #252525. Windows color (decimal): -15265094 or 12194327. OLE color: 12194327.

HSL color Cylindrical-coordinate representation of color #1712BA: hue angle of 241.79º degrees, saturation: 0.82, 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 #1712BA is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 18 186 -
CMYK 0.88 0.90 0 0.27
HSL 241.79º 0.82% 0.4% -
HSV(B) 241.79º 0.9% 0.73% -
XYZ 9.43 4.16 46.76 -
YUV 38.65 211.16 116.84 -
System Red Green Blue C M Y K H S L
Decimal 23 18 186 0.88 0.90 0 0.27 241.79 0.82 0.4
Hex 17 12 BA 58 5A 0 1B F2 52 28
Octal 27 22 272 130 132 0 33 362 122 50
Binary 10111 10010 10111010 1011000 1011010 0 11011 11110010 1010010 101000

Color Harmonies of #1712BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1712BA

Black with #1712BA

Text Example


Text Example

White with #1712BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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