Html Css Color HEX #130DCF Medium Blue

📋 copy color: '#130DCF'

red 19 ◦ green 13 ◦ blue 207

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

Shades of Medium Blue #130DCF

Tints of Medium Blue #130DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.44%

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

R = 7.95%
G = 5.44%
B = 86.61%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#130DCF (or 0x130DCF) is known color: Medium Blue. HEX triplet: 13, 0D and CF. RGB value is (19,13,207). Sum of RGB (Red+Green+Blue) = 19+13+207=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 207 (81.25% from 255 or 86.61% from 239); Max value from RGB is 207 - color contains mainly: blue. Hex color #130DCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130DCF is #ECF230. Grayscale: #242424. Windows color (decimal): -15528497 or 13569299. OLE color: 13569299.

HSL color Cylindrical-coordinate representation of color #130DCF: hue angle of 241.86º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130DCF is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 13 207 -
CMYK 0.91 0.94 0 0.19
HSL 241.86º 0.88% 0.43% -
HSV(B) 241.86º 0.94% 0.81% -
XYZ 11.67 4.93 59.37 -
YUV 36.91 223.99 115.23 -
System Red Green Blue C M Y K H S L
Decimal 19 13 207 0.91 0.94 0 0.19 241.86 0.88 0.43
Hex 13 D CF 5B 5E 0 13 F2 58 2B
Octal 23 15 317 133 136 0 23 362 130 53
Binary 10011 1101 11001111 1011011 1011110 0 10011 11110010 1011000 101011

Color Harmonies of #130DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130DCF

Black with #130DCF

Text Example


Text Example

White with #130DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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