Html Css Color HEX #130DEF Blue

📋 copy color: '#130DEF'

red 19 ◦ green 13 ◦ blue 239

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

Shades of Blue #130DEF

Tints of Blue #130DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 88.19%

R = 7.01%
G = 4.8%
B = 88.19%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#130DEF (or 0x130DEF) is known color: Blue. HEX triplet: 13, 0D and EF. RGB value is (19,13,239). Sum of RGB (Red+Green+Blue) = 19+13+239=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 239 (93.75% from 255 or 88.19% from 271); Max value from RGB is 239 - color contains mainly: blue. Hex color #130DEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130DEF is #ECF210. Grayscale: #272727. Windows color (decimal): -15528465 or 15666451. OLE color: 15666451.

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

Color convert

RGB 19 13 239 -
CMYK 0.92 0.95 0 0.06
HSL 241.59º 0.9% 0.49% -
HSV(B) 241.59º 0.95% 0.94% -
XYZ 15.99 6.66 82.1 -
YUV 40.56 239.99 112.62 -
System Red Green Blue C M Y K H S L
Decimal 19 13 239 0.92 0.95 0 0.06 241.59 0.9 0.49
Hex 13 D EF 5C 5F 0 6 F2 5A 31
Octal 23 15 357 134 137 0 6 362 132 61
Binary 10011 1101 11101111 1011100 1011111 0 110 11110010 1011010 110001

Color Harmonies of #130DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130DEF

Black with #130DEF

Text Example


Text Example

White with #130DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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