Html Css Color HEX #130CBC Medium Blue

📋 copy color: '#130CBC'

red 19 ◦ green 12 ◦ blue 188

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

Shades of Medium Blue #130CBC

Tints of Medium Blue #130CBC

RGB

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

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

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

R = 8.68%
G = 5.48%
B = 85.84%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#130CBC (or 0x130CBC) is known color: Medium Blue. HEX triplet: 13, 0C and BC. RGB value is (19,12,188). Sum of RGB (Red+Green+Blue) = 19+12+188=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 188 (73.83% from 255 or 85.84% from 219); Max value from RGB is 188 - color contains mainly: blue. Hex color #130CBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130CBC is #ECF343. Grayscale: #212121. Windows color (decimal): -15528772 or 12323859. OLE color: 12323859.

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

Color convert

RGB 19 12 188 -
CMYK 0.90 0.94 0 0.26
HSL 242.39º 0.88% 0.39% -
HSV(B) 242.39º 0.94% 0.74% -
XYZ 9.48 4.03 47.86 -
YUV 34.16 214.82 117.19 -
System Red Green Blue C M Y K H S L
Decimal 19 12 188 0.90 0.94 0 0.26 242.39 0.88 0.39
Hex 13 C BC 5A 5E 0 1A F2 58 27
Octal 23 14 274 132 136 0 32 362 130 47
Binary 10011 1100 10111100 1011010 1011110 0 11010 11110010 1011000 100111

Color Harmonies of #130CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130CBC

Black with #130CBC

Text Example


Text Example

White with #130CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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