Html Css Color HEX #130FCB Medium Blue

📋 copy color: '#130FCB'

red 19 ◦ green 15 ◦ blue 203

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

Shades of Medium Blue #130FCB

Tints of Medium Blue #130FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.33%

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

R = 8.02%
G = 6.33%
B = 85.65%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#130FCB (or 0x130FCB) is known color: Medium Blue. HEX triplet: 13, 0F and CB. RGB value is (19,15,203). Sum of RGB (Red+Green+Blue) = 19+15+203=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 203 (79.69% from 255 or 85.65% from 237); Max value from RGB is 203 - color contains mainly: blue. Hex color #130FCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130FCB is #ECF034. Grayscale: #242424. Windows color (decimal): -15527989 or 13307667. OLE color: 13307667.

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

Color convert

RGB 19 15 203 -
CMYK 0.91 0.93 0 0.20
HSL 241.28º 0.86% 0.43% -
HSV(B) 241.28º 0.93% 0.8% -
XYZ 11.22 4.79 56.83 -
YUV 37.63 221.33 114.71 -
System Red Green Blue C M Y K H S L
Decimal 19 15 203 0.91 0.93 0 0.20 241.28 0.86 0.43
Hex 13 F CB 5B 5D 0 14 F1 56 2B
Octal 23 17 313 133 135 0 24 361 126 53
Binary 10011 1111 11001011 1011011 1011101 0 10100 11110001 1010110 101011

Color Harmonies of #130FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130FCB

Black with #130FCB

Text Example


Text Example

White with #130FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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