Html Css Color HEX #1312BC Medium Blue

📋 copy color: '#1312BC'

red 19 ◦ green 18 ◦ blue 188

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

Shades of Medium Blue #1312BC

Tints of Medium Blue #1312BC

RGB

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

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

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

R = 8.44%
G = 8%
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

#1312BC (or 0x1312BC) is known color: Medium Blue. HEX triplet: 13, 12 and BC. RGB value is (19,18,188). Sum of RGB (Red+Green+Blue) = 19+18+188=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 18 (7.42% from 255 or 8% 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 #1312BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1312BC is #ECED43. Grayscale: #252525. Windows color (decimal): -15527236 or 12325395. OLE color: 12325395.

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

Color convert

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

Color Harmonies of #1312BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1312BC

Black with #1312BC

Text Example


Text Example

White with #1312BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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