Html Css Color HEX #130CDC Medium Blue

📋 copy color: '#130CDC'

red 19 ◦ green 12 ◦ blue 220

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

Shades of Medium Blue #130CDC

Tints of Medium Blue #130CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.78%

 BLUE value IS 220 (86.33% from 255) = 87.65%

R = 7.57%
G = 4.78%
B = 87.65%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#130CDC (or 0x130CDC) is known color: Medium Blue. HEX triplet: 13, 0C and DC. RGB value is (19,12,220). Sum of RGB (Red+Green+Blue) = 19+12+220=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 220 (86.33% from 255 or 87.65% from 251); Max value from RGB is 220 - color contains mainly: blue. Hex color #130CDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130CDC is #ECF323. Grayscale: #242424. Windows color (decimal): -15528740 or 14421011. OLE color: 14421011.

HSL color Cylindrical-coordinate representation of color #130CDC: hue angle of 242.02º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130CDC is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 12 220 -
CMYK 0.91 0.95 0 0.14
HSL 242.02º 0.9% 0.45% -
HSV(B) 242.02º 0.95% 0.86% -
XYZ 13.32 5.57 68.08 -
YUV 37.81 230.82 114.59 -
System Red Green Blue C M Y K H S L
Decimal 19 12 220 0.91 0.95 0 0.14 242.02 0.9 0.45
Hex 13 C DC 5B 5F 0 E F2 5A 2D
Octal 23 14 334 133 137 0 16 362 132 55
Binary 10011 1100 11011100 1011011 1011111 0 1110 11110010 1011010 101101

Color Harmonies of #130CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130CDC

Black with #130CDC

Text Example


Text Example

White with #130CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130CDC; }

 p { color: rgb(19,12,220); }

 H1.HeaderClassName
 {
   color: #130CDC;
 }
 .AnyTagClassName
 {
   color: #130CDC;
 }
</style>

background-color css

<style>
 a { background-color: #130CDC; }

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

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

border-color css

<style>
 span { border-color: #130CDC; }

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

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