Html Css Color HEX #130BD7 Medium Blue

📋 copy color: '#130BD7'

red 19 ◦ green 11 ◦ blue 215

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

Shades of Medium Blue #130BD7

Tints of Medium Blue #130BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 87.76%

R = 7.76%
G = 4.49%
B = 87.76%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#130BD7 (or 0x130BD7) is known color: Medium Blue. HEX triplet: 13, 0B and D7. RGB value is (19,11,215). Sum of RGB (Red+Green+Blue) = 19+11+215=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 215 (84.38% from 255 or 87.76% from 245); Max value from RGB is 215 - color contains mainly: blue. Hex color #130BD7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130BD7 is #ECF428. Grayscale: #232323. Windows color (decimal): -15529001 or 14093075. OLE color: 14093075.

HSL color Cylindrical-coordinate representation of color #130BD7: hue angle of 242.35º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130BD7 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 11 215 -
CMYK 0.91 0.95 0 0.16
HSL 242.35º 0.9% 0.44% -
HSV(B) 242.35º 0.95% 0.84% -
XYZ 12.65 5.28 64.64 -
YUV 36.65 228.65 115.41 -
System Red Green Blue C M Y K H S L
Decimal 19 11 215 0.91 0.95 0 0.16 242.35 0.9 0.44
Hex 13 B D7 5B 5F 0 10 F2 5A 2C
Octal 23 13 327 133 137 0 20 362 132 54
Binary 10011 1011 11010111 1011011 1011111 0 10000 11110010 1011010 101100

Color Harmonies of #130BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130BD7

Black with #130BD7

Text Example


Text Example

White with #130BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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