Html Css Color HEX #1307CE Medium Blue

📋 copy color: '#1307CE'

red 19 ◦ green 7 ◦ blue 206

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

Shades of Medium Blue #1307CE

Tints of Medium Blue #1307CE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.02%

 BLUE value IS 206 (80.86% from 255) = 88.79%

R = 8.19%
G = 3.02%
B = 88.79%

CMYK

 C value IS 0.91

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1307CE (or 0x1307CE) is known color: Medium Blue. HEX triplet: 13, 07 and CE. RGB value is (19,7,206). Sum of RGB (Red+Green+Blue) = 19+7+206=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 206 (80.86% from 255 or 88.79% from 232); Max value from RGB is 206 - color contains mainly: blue. Hex color #1307CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1307CE is #ECF831. Grayscale: #202020. Windows color (decimal): -15530034 or 13502227. OLE color: 13502227.

HSL color Cylindrical-coordinate representation of color #1307CE: hue angle of 243.62º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1307CE is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 7 206 -
CMYK 0.91 0.97 0 0.19
HSL 243.62º 0.93% 0.42% -
HSV(B) 243.62º 0.97% 0.81% -
XYZ 11.49 4.75 58.7 -
YUV 33.27 225.48 117.82 -
System Red Green Blue C M Y K H S L
Decimal 19 7 206 0.91 0.97 0 0.19 243.62 0.93 0.42
Hex 13 7 CE 5B 61 0 13 F4 5D 2A
Octal 23 7 316 133 141 0 23 364 135 52
Binary 10011 111 11001110 1011011 1100001 0 10011 11110100 1011101 101010

Color Harmonies of #1307CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1307CE

Black with #1307CE

Text Example


Text Example

White with #1307CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1307CE; }

 p { color: rgb(19,7,206); }

 H1.HeaderClassName
 {
   color: #1307CE;
 }
 .AnyTagClassName
 {
   color: #1307CE;
 }
</style>

background-color css

<style>
 a { background-color: #1307CE; }

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

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

border-color css

<style>
 span { border-color: #1307CE; }

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

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