Html Css Color HEX #1215CB Medium Blue

📋 copy color: '#1215CB'

red 18 ◦ green 21 ◦ blue 203

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

Shades of Medium Blue #1215CB

Tints of Medium Blue #1215CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 83.88%

R = 7.44%
G = 8.68%
B = 83.88%

CMYK

 C value IS 0.91

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1215CB (or 0x1215CB) is known color: Medium Blue. HEX triplet: 12, 15 and CB. RGB value is (18,21,203). Sum of RGB (Red+Green+Blue) = 18+21+203=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 203 (79.69% from 255 or 83.88% from 242); Max value from RGB is 203 - color contains mainly: blue. Hex color #1215CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1215CB is #EDEA34. Grayscale: #282828. Windows color (decimal): -15591989 or 13309202. OLE color: 13309202.

HSL color Cylindrical-coordinate representation of color #1215CB: hue angle of 239.03º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1215CB is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 21 203 -
CMYK 0.91 0.90 0 0.20
HSL 239.03º 0.84% 0.43% -
HSV(B) 239.03º 0.91% 0.8% -
XYZ 11.3 4.98 56.87 -
YUV 40.85 219.51 111.7 -
System Red Green Blue C M Y K H S L
Decimal 18 21 203 0.91 0.90 0 0.20 239.03 0.84 0.43
Hex 12 15 CB 5B 5A 0 14 EF 54 2B
Octal 22 25 313 133 132 0 24 357 124 53
Binary 10010 10101 11001011 1011011 1011010 0 10100 11101111 1010100 101011

Color Harmonies of #1215CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1215CB

Black with #1215CB

Text Example


Text Example

White with #1215CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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