Html Css Color HEX #1213BC Medium Blue

📋 copy color: '#1213BC'

red 18 ◦ green 19 ◦ blue 188

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

Shades of Medium Blue #1213BC

Tints of Medium Blue #1213BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.44%

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

R = 8%
G = 8.44%
B = 83.56%

CMYK

 C value IS 0.90

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1213BC (or 0x1213BC) is known color: Medium Blue. HEX triplet: 12, 13 and BC. RGB value is (18,19,188). Sum of RGB (Red+Green+Blue) = 18+19+188=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 188 (73.83% from 255 or 83.56% from 225); Max value from RGB is 188 - color contains mainly: blue. Hex color #1213BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1213BC is #EDEC43. Grayscale: #252525. Windows color (decimal): -15592516 or 12325650. OLE color: 12325650.

HSL color Cylindrical-coordinate representation of color #1213BC: hue angle of 239.65º 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 #1213BC is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 19 188 -
CMYK 0.90 0.90 0 0.26
HSL 239.65º 0.83% 0.4% -
HSV(B) 239.65º 0.9% 0.74% -
XYZ 9.56 4.23 47.89 -
YUV 37.97 212.67 113.76 -
System Red Green Blue C M Y K H S L
Decimal 18 19 188 0.90 0.90 0 0.26 239.65 0.83 0.4
Hex 12 13 BC 5A 5A 0 1A F0 53 28
Octal 22 23 274 132 132 0 32 360 123 50
Binary 10010 10011 10111100 1011010 1011010 0 11010 11110000 1010011 101000

Color Harmonies of #1213BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1213BC

Black with #1213BC

Text Example


Text Example

White with #1213BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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