Html Css Color HEX #130BE1 Medium Blue

📋 copy color: '#130BE1'

red 19 ◦ green 11 ◦ blue 225

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

Shades of Medium Blue #130BE1

Tints of Medium Blue #130BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 88.24%

R = 7.45%
G = 4.31%
B = 88.24%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#130BE1 (or 0x130BE1) is known color: Medium Blue. HEX triplet: 13, 0B and E1. RGB value is (19,11,225). Sum of RGB (Red+Green+Blue) = 19+11+225=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 225 (88.28% from 255 or 88.24% from 255); Max value from RGB is 225 - color contains mainly: blue. Hex color #130BE1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130BE1 is #ECF41E. Grayscale: #242424. Windows color (decimal): -15528991 or 14748435. OLE color: 14748435.

HSL color Cylindrical-coordinate representation of color #130BE1: hue angle of 242.24º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130BE1 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 11 225 -
CMYK 0.92 0.95 0 0.12
HSL 242.24º 0.91% 0.46% -
HSV(B) 242.24º 0.95% 0.88% -
XYZ 13.98 5.81 71.62 -
YUV 37.79 233.65 114.6 -
System Red Green Blue C M Y K H S L
Decimal 19 11 225 0.92 0.95 0 0.12 242.24 0.91 0.46
Hex 13 B E1 5C 5F 0 C F2 5B 2E
Octal 23 13 341 134 137 0 14 362 133 56
Binary 10011 1011 11100001 1011100 1011111 0 1100 11110010 1011011 101110

Color Harmonies of #130BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130BE1

Black with #130BE1

Text Example


Text Example

White with #130BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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