Html Css Color HEX #130FBA Medium Blue

📋 copy color: '#130FBA'

red 19 ◦ green 15 ◦ blue 186

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

Shades of Medium Blue #130FBA

Tints of Medium Blue #130FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 84.55%

R = 8.64%
G = 6.82%
B = 84.55%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#130FBA (or 0x130FBA) is known color: Medium Blue. HEX triplet: 13, 0F and BA. RGB value is (19,15,186). Sum of RGB (Red+Green+Blue) = 19+15+186=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 186 (73.05% from 255 or 84.55% from 220); Max value from RGB is 186 - color contains mainly: blue. Hex color #130FBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130FBA is #ECF045. Grayscale: #232323. Windows color (decimal): -15528006 or 12193555. OLE color: 12193555.

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

Color convert

RGB 19 15 186 -
CMYK 0.90 0.92 0 0.27
HSL 241.4º 0.85% 0.39% -
HSV(B) 241.4º 0.92% 0.73% -
XYZ 9.3 4.03 46.74 -
YUV 35.69 212.83 116.1 -
System Red Green Blue C M Y K H S L
Decimal 19 15 186 0.90 0.92 0 0.27 241.4 0.85 0.39
Hex 13 F BA 5A 5C 0 1B F1 55 27
Octal 23 17 272 132 134 0 33 361 125 47
Binary 10011 1111 10111010 1011010 1011100 0 11011 11110001 1010101 100111

Color Harmonies of #130FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130FBA

Black with #130FBA

Text Example


Text Example

White with #130FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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