Html Css Color HEX #130FBC Medium Blue

📋 copy color: '#130FBC'

red 19 ◦ green 15 ◦ blue 188

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

Shades of Medium Blue #130FBC

Tints of Medium Blue #130FBC

RGB

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

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

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

R = 8.56%
G = 6.76%
B = 84.68%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#130FBC (or 0x130FBC) is known color: Medium Blue. HEX triplet: 13, 0F and BC. RGB value is (19,15,188). Sum of RGB (Red+Green+Blue) = 19+15+188=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 188 (73.83% from 255 or 84.68% from 222); Max value from RGB is 188 - color contains mainly: blue. Hex color #130FBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130FBC is #ECF043. Grayscale: #232323. Windows color (decimal): -15528004 or 12324627. OLE color: 12324627.

HSL color Cylindrical-coordinate representation of color #130FBC: hue angle of 241.39º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130FBC is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 15 188 -
CMYK 0.90 0.92 0 0.26
HSL 241.39º 0.85% 0.4% -
HSV(B) 241.39º 0.92% 0.74% -
XYZ 9.52 4.11 47.87 -
YUV 35.92 213.83 115.93 -
System Red Green Blue C M Y K H S L
Decimal 19 15 188 0.90 0.92 0 0.26 241.39 0.85 0.4
Hex 13 F BC 5A 5C 0 1A F1 55 28
Octal 23 17 274 132 134 0 32 361 125 50
Binary 10011 1111 10111100 1011010 1011100 0 11010 11110001 1010101 101000

Color Harmonies of #130FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130FBC

Black with #130FBC

Text Example


Text Example

White with #130FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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