Html Css Color HEX #1217BA Medium Blue

📋 copy color: '#1217BA'

red 18 ◦ green 23 ◦ blue 186

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

Shades of Medium Blue #1217BA

Tints of Medium Blue #1217BA

RGB

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

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

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

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

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1217BA (or 0x1217BA) is known color: Medium Blue. HEX triplet: 12, 17 and BA. RGB value is (18,23,186). Sum of RGB (Red+Green+Blue) = 18+23+186=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 23 (9.38% from 255 or 10.13% 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 #1217BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1217BA is #EDE845. Grayscale: #272727. Windows color (decimal): -15591494 or 12195602. OLE color: 12195602.

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

Color convert

RGB 18 23 186 -
CMYK 0.90 0.88 0 0.27
HSL 238.21º 0.82% 0.4% -
HSV(B) 238.21º 0.9% 0.73% -
XYZ 9.42 4.29 46.79 -
YUV 40.09 210.34 112.25 -
System Red Green Blue C M Y K H S L
Decimal 18 23 186 0.90 0.88 0 0.27 238.21 0.82 0.4
Hex 12 17 BA 5A 58 0 1B EE 52 28
Octal 22 27 272 132 130 0 33 356 122 50
Binary 10010 10111 10111010 1011010 1011000 0 11011 11101110 1010010 101000

Color Harmonies of #1217BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1217BA

Black with #1217BA

Text Example


Text Example

White with #1217BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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