Html Css Color HEX #1313CF Medium Blue

📋 copy color: '#1313CF'

red 19 ◦ green 19 ◦ blue 207

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

Shades of Medium Blue #1313CF

Tints of Medium Blue #1313CF

RGB

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

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

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

R = 7.76%
G = 7.76%
B = 84.49%

CMYK

 C value IS 0.91

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1313CF (or 0x1313CF) is known color: Medium Blue. HEX triplet: 13, 13 and CF. RGB value is (19,19,207). Sum of RGB (Red+Green+Blue) = 19+19+207=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 207 (81.25% from 255 or 84.49% from 245); Max value from RGB is 207 - color contains mainly: blue. Hex color #1313CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1313CF is #ECEC30. Grayscale: #272727. Windows color (decimal): -15526961 or 13570835. OLE color: 13570835.

HSL color Cylindrical-coordinate representation of color #1313CF: hue angle of 240º 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 #1313CF is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 19 207 -
CMYK 0.91 0.91 0 0.19
HSL 240º 0.83% 0.44% -
HSV(B) 240º 0.91% 0.81% -
XYZ 11.76 5.11 59.4 -
YUV 40.43 222 112.71 -
System Red Green Blue C M Y K H S L
Decimal 19 19 207 0.91 0.91 0 0.19 240 0.83 0.44
Hex 13 13 CF 5B 5B 0 13 F0 53 2C
Octal 23 23 317 133 133 0 23 360 123 54
Binary 10011 10011 11001111 1011011 1011011 0 10011 11110000 1010011 101100

Color Harmonies of #1313CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1313CF

Black with #1313CF

Text Example


Text Example

White with #1313CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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