Html Css Color HEX #130FCF Medium Blue

📋 copy color: '#130FCF'

red 19 ◦ green 15 ◦ blue 207

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

Shades of Medium Blue #130FCF

Tints of Medium Blue #130FCF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.22%

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

R = 7.88%
G = 6.22%
B = 85.89%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#130FCF (or 0x130FCF) is known color: Medium Blue. HEX triplet: 13, 0F and CF. RGB value is (19,15,207). Sum of RGB (Red+Green+Blue) = 19+15+207=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 207 (81.25% from 255 or 85.89% from 241); Max value from RGB is 207 - color contains mainly: blue. Hex color #130FCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130FCF is #ECF030. Grayscale: #252525. Windows color (decimal): -15527985 or 13569811. OLE color: 13569811.

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

Color convert

RGB 19 15 207 -
CMYK 0.91 0.93 0 0.19
HSL 241.25º 0.86% 0.44% -
HSV(B) 241.25º 0.93% 0.81% -
XYZ 11.7 4.99 59.38 -
YUV 38.08 223.33 114.39 -
System Red Green Blue C M Y K H S L
Decimal 19 15 207 0.91 0.93 0 0.19 241.25 0.86 0.44
Hex 13 F CF 5B 5D 0 13 F1 56 2C
Octal 23 17 317 133 135 0 23 361 126 54
Binary 10011 1111 11001111 1011011 1011101 0 10011 11110001 1010110 101100

Color Harmonies of #130FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130FCF

Black with #130FCF

Text Example


Text Example

White with #130FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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