Html Css Color HEX #1314BC Medium Blue

📋 copy color: '#1314BC'

red 19 ◦ green 20 ◦ blue 188

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

Shades of Medium Blue #1314BC

Tints of Medium Blue #1314BC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.81%

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

R = 8.37%
G = 8.81%
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

#1314BC (or 0x1314BC) is known color: Medium Blue. HEX triplet: 13, 14 and BC. RGB value is (19,20,188). Sum of RGB (Red+Green+Blue) = 19+20+188=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 20 (8.20% from 255 or 8.81% 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 #1314BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1314BC is #ECEB43. Grayscale: #262626. Windows color (decimal): -15526724 or 12325907. OLE color: 12325907.

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

Color convert

RGB 19 20 188 -
CMYK 0.90 0.89 0 0.26
HSL 239.65º 0.82% 0.41% -
HSV(B) 239.65º 0.9% 0.74% -
XYZ 9.6 4.27 47.9 -
YUV 38.85 212.17 113.84 -
System Red Green Blue C M Y K H S L
Decimal 19 20 188 0.90 0.89 0 0.26 239.65 0.82 0.41
Hex 13 14 BC 5A 59 0 1A F0 52 29
Octal 23 24 274 132 131 0 32 360 122 51
Binary 10011 10100 10111100 1011010 1011001 0 11010 11110000 1010010 101001

Color Harmonies of #1314BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1314BC

Black with #1314BC

Text Example


Text Example

White with #1314BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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