Html Css Color HEX #130CBF Medium Blue

📋 copy color: '#130CBF'

red 19 ◦ green 12 ◦ blue 191

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

Shades of Medium Blue #130CBF

Tints of Medium Blue #130CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 86.04%

R = 8.56%
G = 5.41%
B = 86.04%

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

#130CBF (or 0x130CBF) is known color: Medium Blue. HEX triplet: 13, 0C and BF. RGB value is (19,12,191). Sum of RGB (Red+Green+Blue) = 19+12+191=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 191 (75% from 255 or 86.04% from 222); Max value from RGB is 191 - color contains mainly: blue. Hex color #130CBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130CBF is #ECF340. Grayscale: #212121. Windows color (decimal): -15528769 or 12520467. OLE color: 12520467.

HSL color Cylindrical-coordinate representation of color #130CBF: hue angle of 242.35º 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 #130CBF is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 12 191 -
CMYK 0.90 0.94 0 0.25
HSL 242.35º 0.88% 0.4% -
HSV(B) 242.35º 0.94% 0.75% -
XYZ 9.8 4.16 49.58 -
YUV 34.5 216.32 116.95 -
System Red Green Blue C M Y K H S L
Decimal 19 12 191 0.90 0.94 0 0.25 242.35 0.88 0.4
Hex 13 C BF 5A 5E 0 19 F2 58 28
Octal 23 14 277 132 136 0 31 362 130 50
Binary 10011 1100 10111111 1011010 1011110 0 11001 11110010 1011000 101000

Color Harmonies of #130CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130CBF

Black with #130CBF

Text Example


Text Example

White with #130CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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