Html Css Color HEX #1308C0 Medium Blue

📋 copy color: '#1308C0'

red 19 ◦ green 8 ◦ blue 192

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

Shades of Medium Blue #1308C0

Tints of Medium Blue #1308C0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.65%

 BLUE value IS 192 (75.39% from 255) = 87.67%

R = 8.68%
G = 3.65%
B = 87.67%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1308C0 (or 0x1308C0) is known color: Medium Blue. HEX triplet: 13, 08 and C0. RGB value is (19,8,192). Sum of RGB (Red+Green+Blue) = 19+8+192=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 192 (75.39% from 255 or 87.67% from 219); Max value from RGB is 192 - color contains mainly: blue. Hex color #1308C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1308C0 is #ECF73F. Grayscale: #1F1F1F. Windows color (decimal): -15529792 or 12584979. OLE color: 12584979.

HSL color Cylindrical-coordinate representation of color #1308C0: hue angle of 243.59º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1308C0 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 8 192 -
CMYK 0.90 0.96 0 0.25
HSL 243.59º 0.92% 0.39% -
HSV(B) 243.59º 0.96% 0.75% -
XYZ 9.87 4.12 50.14 -
YUV 32.27 218.14 118.54 -
System Red Green Blue C M Y K H S L
Decimal 19 8 192 0.90 0.96 0 0.25 243.59 0.92 0.39
Hex 13 8 C0 5A 60 0 19 F4 5C 27
Octal 23 10 300 132 140 0 31 364 134 47
Binary 10011 1000 11000000 1011010 1100000 0 11001 11110100 1011100 100111

Color Harmonies of #1308C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1308C0

Black with #1308C0

Text Example


Text Example

White with #1308C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1308C0; }

 p { color: rgb(19,8,192); }

 H1.HeaderClassName
 {
   color: #1308C0;
 }
 .AnyTagClassName
 {
   color: #1308C0;
 }
</style>

background-color css

<style>
 a { background-color: #1308C0; }

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

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

border-color css

<style>
 span { border-color: #1308C0; }

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

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