Html Css Color HEX #130CBA Medium Blue

📋 copy color: '#130CBA'

red 19 ◦ green 12 ◦ blue 186

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

Shades of Medium Blue #130CBA

Tints of Medium Blue #130CBA

RGB

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

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

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

R = 8.76%
G = 5.53%
B = 85.71%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#130CBA (or 0x130CBA) is known color: Medium Blue. HEX triplet: 13, 0C and BA. RGB value is (19,12,186). Sum of RGB (Red+Green+Blue) = 19+12+186=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 186 (73.05% from 255 or 85.71% from 217); Max value from RGB is 186 - color contains mainly: blue. Hex color #130CBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130CBA is #ECF345. Grayscale: #212121. Windows color (decimal): -15528774 or 12192787. OLE color: 12192787.

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

Color convert

RGB 19 12 186 -
CMYK 0.90 0.94 0 0.27
HSL 242.41º 0.88% 0.39% -
HSV(B) 242.41º 0.94% 0.73% -
XYZ 9.26 3.95 46.73 -
YUV 33.93 213.82 117.35 -
System Red Green Blue C M Y K H S L
Decimal 19 12 186 0.90 0.94 0 0.27 242.41 0.88 0.39
Hex 13 C BA 5A 5E 0 1B F2 58 27
Octal 23 14 272 132 136 0 33 362 130 47
Binary 10011 1100 10111010 1011010 1011110 0 11011 11110010 1011000 100111

Color Harmonies of #130CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130CBA

Black with #130CBA

Text Example


Text Example

White with #130CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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