Html Css Color HEX #1314BE Medium Blue

📋 copy color: '#1314BE'

red 19 ◦ green 20 ◦ blue 190

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

Shades of Medium Blue #1314BE

Tints of Medium Blue #1314BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 82.97%

R = 8.3%
G = 8.73%
B = 82.97%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1314BE (or 0x1314BE) is known color: Medium Blue. HEX triplet: 13, 14 and BE. RGB value is (19,20,190). Sum of RGB (Red+Green+Blue) = 19+20+190=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 190 (74.61% from 255 or 82.97% from 229); Max value from RGB is 190 - color contains mainly: blue. Hex color #1314BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1314BE is #ECEB41. Grayscale: #262626. Windows color (decimal): -15526722 or 12456979. OLE color: 12456979.

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

Color convert

RGB 19 20 190 -
CMYK 0.90 0.89 0 0.25
HSL 239.65º 0.82% 0.41% -
HSV(B) 239.65º 0.9% 0.75% -
XYZ 9.81 4.36 49.04 -
YUV 39.08 213.17 113.68 -
System Red Green Blue C M Y K H S L
Decimal 19 20 190 0.90 0.89 0 0.25 239.65 0.82 0.41
Hex 13 14 BE 5A 59 0 19 F0 52 29
Octal 23 24 276 132 131 0 31 360 122 51
Binary 10011 10100 10111110 1011010 1011001 0 11001 11110000 1010010 101001

Color Harmonies of #1314BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1314BE

Black with #1314BE

Text Example


Text Example

White with #1314BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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