Html Css Color HEX #130CBE Medium Blue

📋 copy color: '#130CBE'

red 19 ◦ green 12 ◦ blue 190

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

Shades of Medium Blue #130CBE

Tints of Medium Blue #130CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 85.97%

R = 8.6%
G = 5.43%
B = 85.97%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#130CBE (or 0x130CBE) is known color: Medium Blue. HEX triplet: 13, 0C and BE. RGB value is (19,12,190). Sum of RGB (Red+Green+Blue) = 19+12+190=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 190 (74.61% from 255 or 85.97% from 221); Max value from RGB is 190 - color contains mainly: blue. Hex color #130CBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130CBE is #ECF341. Grayscale: #212121. Windows color (decimal): -15528770 or 12454931. OLE color: 12454931.

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

Color convert

RGB 19 12 190 -
CMYK 0.90 0.94 0 0.25
HSL 242.36º 0.88% 0.4% -
HSV(B) 242.36º 0.94% 0.75% -
XYZ 9.69 4.12 49 -
YUV 34.39 215.82 117.03 -
System Red Green Blue C M Y K H S L
Decimal 19 12 190 0.90 0.94 0 0.25 242.36 0.88 0.4
Hex 13 C BE 5A 5E 0 19 F2 58 28
Octal 23 14 276 132 136 0 31 362 130 50
Binary 10011 1100 10111110 1011010 1011110 0 11001 11110010 1011000 101000

Color Harmonies of #130CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130CBE

Black with #130CBE

Text Example


Text Example

White with #130CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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