Html Css Color HEX #130CBD Medium Blue

📋 copy color: '#130CBD'

red 19 ◦ green 12 ◦ blue 189

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

Shades of Medium Blue #130CBD

Tints of Medium Blue #130CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 85.91%

R = 8.64%
G = 5.45%
B = 85.91%

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

#130CBD (or 0x130CBD) is known color: Medium Blue. HEX triplet: 13, 0C and BD. RGB value is (19,12,189). Sum of RGB (Red+Green+Blue) = 19+12+189=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 189 (74.22% from 255 or 85.91% from 220); Max value from RGB is 189 - color contains mainly: blue. Hex color #130CBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130CBD is #ECF342. Grayscale: #212121. Windows color (decimal): -15528771 or 12389395. OLE color: 12389395.

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

Color convert

RGB 19 12 189 -
CMYK 0.90 0.94 0 0.26
HSL 242.37º 0.88% 0.39% -
HSV(B) 242.37º 0.94% 0.74% -
XYZ 9.59 4.08 48.43 -
YUV 34.27 215.32 117.11 -
System Red Green Blue C M Y K H S L
Decimal 19 12 189 0.90 0.94 0 0.26 242.37 0.88 0.39
Hex 13 C BD 5A 5E 0 1A F2 58 27
Octal 23 14 275 132 136 0 32 362 130 47
Binary 10011 1100 10111101 1011010 1011110 0 11010 11110010 1011000 100111

Color Harmonies of #130CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130CBD

Black with #130CBD

Text Example


Text Example

White with #130CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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