Html Css Color HEX #130DBB Medium Blue

📋 copy color: '#130DBB'

red 19 ◦ green 13 ◦ blue 187

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

Shades of Medium Blue #130DBB

Tints of Medium Blue #130DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.94%

 BLUE value IS 187 (73.44% from 255) = 85.39%

R = 8.68%
G = 5.94%
B = 85.39%

CMYK

 C value IS 0.90

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#130DBB (or 0x130DBB) is known color: Medium Blue. HEX triplet: 13, 0D and BB. RGB value is (19,13,187). Sum of RGB (Red+Green+Blue) = 19+13+187=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 187 (73.44% from 255 or 85.39% from 219); Max value from RGB is 187 - color contains mainly: blue. Hex color #130DBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130DBB is #ECF244. Grayscale: #212121. Windows color (decimal): -15528517 or 12258579. OLE color: 12258579.

HSL color Cylindrical-coordinate representation of color #130DBB: hue angle of 242.07º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130DBB is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 13 187 -
CMYK 0.90 0.93 0 0.27
HSL 242.07º 0.87% 0.39% -
HSV(B) 242.07º 0.93% 0.73% -
XYZ 9.38 4.01 47.29 -
YUV 34.63 213.99 116.85 -
System Red Green Blue C M Y K H S L
Decimal 19 13 187 0.90 0.93 0 0.27 242.07 0.87 0.39
Hex 13 D BB 5A 5D 0 1B F2 57 27
Octal 23 15 273 132 135 0 33 362 127 47
Binary 10011 1101 10111011 1011010 1011101 0 11011 11110010 1010111 100111

Color Harmonies of #130DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130DBB

Black with #130DBB

Text Example


Text Example

White with #130DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,13,187); }

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

background-color css

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

 a { background-color: rgb(19,13,187); }

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

border-color css

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

 span { border-color: rgb(19,13,187); }

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