Html Css Color HEX #1307BC Medium Blue

📋 copy color: '#1307BC'

red 19 ◦ green 7 ◦ blue 188

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

Shades of Medium Blue #1307BC

Tints of Medium Blue #1307BC

RGB

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

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

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

R = 8.88%
G = 3.27%
B = 87.85%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1307BC (or 0x1307BC) is known color: Medium Blue. HEX triplet: 13, 07 and BC. RGB value is (19,7,188). Sum of RGB (Red+Green+Blue) = 19+7+188=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 188 (73.83% from 255 or 87.85% from 214); Max value from RGB is 188 - color contains mainly: blue. Hex color #1307BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1307BC is #ECF843. Grayscale: #1E1E1E. Windows color (decimal): -15530052 or 12322579. OLE color: 12322579.

HSL color Cylindrical-coordinate representation of color #1307BC: hue angle of 243.98º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1307BC is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 7 188 -
CMYK 0.90 0.96 0 0.26
HSL 243.98º 0.93% 0.38% -
HSV(B) 243.98º 0.96% 0.74% -
XYZ 9.42 3.92 47.84 -
YUV 31.22 216.48 119.28 -
System Red Green Blue C M Y K H S L
Decimal 19 7 188 0.90 0.96 0 0.26 243.98 0.93 0.38
Hex 13 7 BC 5A 60 0 1A F4 5D 26
Octal 23 7 274 132 140 0 32 364 135 46
Binary 10011 111 10111100 1011010 1100000 0 11010 11110100 1011101 100110

Color Harmonies of #1307BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1307BC

Black with #1307BC

Text Example


Text Example

White with #1307BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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