Html Css Color HEX #130DCB Medium Blue

📋 copy color: '#130DCB'

red 19 ◦ green 13 ◦ blue 203

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

Shades of Medium Blue #130DCB

Tints of Medium Blue #130DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 86.38%

R = 8.09%
G = 5.53%
B = 86.38%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#130DCB (or 0x130DCB) is known color: Medium Blue. HEX triplet: 13, 0D and CB. RGB value is (19,13,203). Sum of RGB (Red+Green+Blue) = 19+13+203=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 203 (79.69% from 255 or 86.38% from 235); Max value from RGB is 203 - color contains mainly: blue. Hex color #130DCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130DCB is #ECF234. Grayscale: #232323. Windows color (decimal): -15528501 or 13307155. OLE color: 13307155.

HSL color Cylindrical-coordinate representation of color #130DCB: hue angle of 241.89º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130DCB is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 13 203 -
CMYK 0.91 0.94 0 0.20
HSL 241.89º 0.88% 0.42% -
HSV(B) 241.89º 0.94% 0.8% -
XYZ 11.19 4.74 56.82 -
YUV 36.45 221.99 115.55 -
System Red Green Blue C M Y K H S L
Decimal 19 13 203 0.91 0.94 0 0.20 241.89 0.88 0.42
Hex 13 D CB 5B 5E 0 14 F2 58 2A
Octal 23 15 313 133 136 0 24 362 130 52
Binary 10011 1101 11001011 1011011 1011110 0 10100 11110010 1011000 101010

Color Harmonies of #130DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130DCB

Black with #130DCB

Text Example


Text Example

White with #130DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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