Html Css Color HEX #1215BC Medium Blue

📋 copy color: '#1215BC'

red 18 ◦ green 21 ◦ blue 188

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

Shades of Medium Blue #1215BC

Tints of Medium Blue #1215BC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.25%

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

R = 7.93%
G = 9.25%
B = 82.82%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1215BC (or 0x1215BC) is known color: Medium Blue. HEX triplet: 12, 15 and BC. RGB value is (18,21,188). Sum of RGB (Red+Green+Blue) = 18+21+188=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 188 (73.83% from 255 or 82.82% from 227); Max value from RGB is 188 - color contains mainly: blue. Hex color #1215BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1215BC is #EDEA43. Grayscale: #262626. Windows color (decimal): -15592004 or 12326162. OLE color: 12326162.

HSL color Cylindrical-coordinate representation of color #1215BC: hue angle of 238.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1215BC is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 21 188 -
CMYK 0.90 0.89 0 0.26
HSL 238.94º 0.83% 0.4% -
HSV(B) 238.94º 0.9% 0.74% -
XYZ 9.59 4.3 47.9 -
YUV 39.14 212.01 112.92 -
System Red Green Blue C M Y K H S L
Decimal 18 21 188 0.90 0.89 0 0.26 238.94 0.83 0.4
Hex 12 15 BC 5A 59 0 1A EF 53 28
Octal 22 25 274 132 131 0 32 357 123 50
Binary 10010 10101 10111100 1011010 1011001 0 11010 11101111 1010011 101000

Color Harmonies of #1215BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1215BC

Black with #1215BC

Text Example


Text Example

White with #1215BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,21,188); }

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

background-color css

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

 a { background-color: rgb(18,21,188); }

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

border-color css

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

 span { border-color: rgb(18,21,188); }

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