Html Css Color HEX #130BBC Medium Blue

📋 copy color: '#130BBC'

red 19 ◦ green 11 ◦ blue 188

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

Shades of Medium Blue #130BBC

Tints of Medium Blue #130BBC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.05%

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

R = 8.72%
G = 5.05%
B = 86.24%

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

#130BBC (or 0x130BBC) is known color: Medium Blue. HEX triplet: 13, 0B and BC. RGB value is (19,11,188). Sum of RGB (Red+Green+Blue) = 19+11+188=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 188 (73.83% from 255 or 86.24% from 218); Max value from RGB is 188 - color contains mainly: blue. Hex color #130BBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130BBC is #ECF443. Grayscale: #202020. Windows color (decimal): -15529028 or 12323603. OLE color: 12323603.

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

Color convert

RGB 19 11 188 -
CMYK 0.90 0.94 0 0.26
HSL 242.71º 0.89% 0.39% -
HSV(B) 242.71º 0.94% 0.74% -
XYZ 9.47 4.01 47.85 -
YUV 33.57 215.15 117.61 -
System Red Green Blue C M Y K H S L
Decimal 19 11 188 0.90 0.94 0 0.26 242.71 0.89 0.39
Hex 13 B BC 5A 5E 0 1A F3 59 27
Octal 23 13 274 132 136 0 32 363 131 47
Binary 10011 1011 10111100 1011010 1011110 0 11010 11110011 1011001 100111

Color Harmonies of #130BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130BBC

Black with #130BBC

Text Example


Text Example

White with #130BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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