Html Css Color HEX #130DEC Blue

📋 copy color: '#130DEC'

red 19 ◦ green 13 ◦ blue 236

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

Shades of Blue #130DEC

Tints of Blue #130DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 88.06%

R = 7.09%
G = 4.85%
B = 88.06%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#130DEC (or 0x130DEC) is known color: Blue. HEX triplet: 13, 0D and EC. RGB value is (19,13,236). Sum of RGB (Red+Green+Blue) = 19+13+236=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 236 (92.58% from 255 or 88.06% from 268); Max value from RGB is 236 - color contains mainly: blue. Hex color #130DEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130DEC is #ECF213. Grayscale: #272727. Windows color (decimal): -15528468 or 15469843. OLE color: 15469843.

HSL color Cylindrical-coordinate representation of color #130DEC: hue angle of 241.61º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130DEC is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 13 236 -
CMYK 0.92 0.94 0 0.07
HSL 241.61º 0.9% 0.49% -
HSV(B) 241.61º 0.94% 0.93% -
XYZ 15.55 6.48 79.79 -
YUV 40.22 238.49 112.87 -
System Red Green Blue C M Y K H S L
Decimal 19 13 236 0.92 0.94 0 0.07 241.61 0.9 0.49
Hex 13 D EC 5C 5E 0 7 F2 5A 31
Octal 23 15 354 134 136 0 7 362 132 61
Binary 10011 1101 11101100 1011100 1011110 0 111 11110010 1011010 110001

Color Harmonies of #130DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130DEC

Black with #130DEC

Text Example


Text Example

White with #130DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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