Html Css Color HEX #1316CF Medium Blue

📋 copy color: '#1316CF'

red 19 ◦ green 22 ◦ blue 207

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

Shades of Medium Blue #1316CF

Tints of Medium Blue #1316CF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.87%

 BLUE value IS 207 (81.25% from 255) = 83.47%

R = 7.66%
G = 8.87%
B = 83.47%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1316CF (or 0x1316CF) is known color: Medium Blue. HEX triplet: 13, 16 and CF. RGB value is (19,22,207). Sum of RGB (Red+Green+Blue) = 19+22+207=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 207 (81.25% from 255 or 83.47% from 248); Max value from RGB is 207 - color contains mainly: blue. Hex color #1316CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1316CF is #ECE930. Grayscale: #292929. Windows color (decimal): -15526193 or 13571603. OLE color: 13571603.

HSL color Cylindrical-coordinate representation of color #1316CF: hue angle of 239.04º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1316CF is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 22 207 -
CMYK 0.91 0.89 0 0.19
HSL 239.04º 0.83% 0.44% -
HSV(B) 239.04º 0.91% 0.81% -
XYZ 11.82 5.22 59.42 -
YUV 42.19 221.01 111.46 -
System Red Green Blue C M Y K H S L
Decimal 19 22 207 0.91 0.89 0 0.19 239.04 0.83 0.44
Hex 13 16 CF 5B 59 0 13 EF 53 2C
Octal 23 26 317 133 131 0 23 357 123 54
Binary 10011 10110 11001111 1011011 1011001 0 10011 11101111 1010011 101100

Color Harmonies of #1316CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1316CF

Black with #1316CF

Text Example


Text Example

White with #1316CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1316CF; }

 p { color: rgb(19,22,207); }

 H1.HeaderClassName
 {
   color: #1316CF;
 }
 .AnyTagClassName
 {
   color: #1316CF;
 }
</style>

background-color css

<style>
 a { background-color: #1316CF; }

 a { background-color: rgb(19,22,207); }

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

border-color css

<style>
 span { border-color: #1316CF; }

 span { border-color: rgb(19,22,207); }

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