Html Css Color HEX #130BDE Medium Blue

📋 copy color: '#130BDE'

red 19 ◦ green 11 ◦ blue 222

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

Shades of Medium Blue #130BDE

Tints of Medium Blue #130BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 88.1%

R = 7.54%
G = 4.37%
B = 88.1%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#130BDE (or 0x130BDE) is known color: Medium Blue. HEX triplet: 13, 0B and DE. RGB value is (19,11,222). Sum of RGB (Red+Green+Blue) = 19+11+222=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 222 (87.11% from 255 or 88.10% from 252); Max value from RGB is 222 - color contains mainly: blue. Hex color #130BDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130BDE is #ECF421. Grayscale: #242424. Windows color (decimal): -15528994 or 14551827. OLE color: 14551827.

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

Color convert

RGB 19 11 222 -
CMYK 0.91 0.95 0 0.13
HSL 242.27º 0.91% 0.46% -
HSV(B) 242.27º 0.95% 0.87% -
XYZ 13.57 5.65 69.48 -
YUV 37.45 232.15 114.84 -
System Red Green Blue C M Y K H S L
Decimal 19 11 222 0.91 0.95 0 0.13 242.27 0.91 0.46
Hex 13 B DE 5B 5F 0 D F2 5B 2E
Octal 23 13 336 133 137 0 15 362 133 56
Binary 10011 1011 11011110 1011011 1011111 0 1101 11110010 1011011 101110

Color Harmonies of #130BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130BDE

Black with #130BDE

Text Example


Text Example

White with #130BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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