Html Css Color HEX #1215BB Medium Blue

📋 copy color: '#1215BB'

red 18 ◦ green 21 ◦ blue 187

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

Shades of Medium Blue #1215BB

Tints of Medium Blue #1215BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 82.74%

R = 7.96%
G = 9.29%
B = 82.74%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1215BB (or 0x1215BB) is known color: Medium Blue. HEX triplet: 12, 15 and BB. RGB value is (18,21,187). Sum of RGB (Red+Green+Blue) = 18+21+187=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 187 (73.44% from 255 or 82.74% from 226); Max value from RGB is 187 - color contains mainly: blue. Hex color #1215BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1215BB is #EDEA44. Grayscale: #262626. Windows color (decimal): -15592005 or 12260626. OLE color: 12260626.

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

Color convert

RGB 18 21 187 -
CMYK 0.90 0.89 0 0.27
HSL 238.93º 0.82% 0.4% -
HSV(B) 238.93º 0.9% 0.73% -
XYZ 9.49 4.25 47.33 -
YUV 39.03 211.51 113 -
System Red Green Blue C M Y K H S L
Decimal 18 21 187 0.90 0.89 0 0.27 238.93 0.82 0.4
Hex 12 15 BB 5A 59 0 1B EF 52 28
Octal 22 25 273 132 131 0 33 357 122 50
Binary 10010 10101 10111011 1011010 1011001 0 11011 11101111 1010010 101000

Color Harmonies of #1215BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1215BB

Black with #1215BB

Text Example


Text Example

White with #1215BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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