Html Css Color HEX #130FEA Blue

📋 copy color: '#130FEA'

red 19 ◦ green 15 ◦ blue 234

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

Shades of Blue #130FEA

Tints of Blue #130FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 87.31%

R = 7.09%
G = 5.6%
B = 87.31%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#130FEA (or 0x130FEA) is known color: Blue. HEX triplet: 13, 0F and EA. RGB value is (19,15,234). Sum of RGB (Red+Green+Blue) = 19+15+234=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 234 (91.80% from 255 or 87.31% from 268); Max value from RGB is 234 - color contains mainly: blue. Hex color #130FEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130FEA is #ECF015. Grayscale: #282828. Windows color (decimal): -15527958 or 15339283. OLE color: 15339283.

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

Color convert

RGB 19 15 234 -
CMYK 0.92 0.94 0 0.08
HSL 241.1º 0.88% 0.49% -
HSV(B) 241.1º 0.94% 0.92% -
XYZ 15.29 6.42 78.28 -
YUV 41.16 236.83 112.19 -
System Red Green Blue C M Y K H S L
Decimal 19 15 234 0.92 0.94 0 0.08 241.1 0.88 0.49
Hex 13 F EA 5C 5E 0 8 F1 58 31
Octal 23 17 352 134 136 0 10 361 130 61
Binary 10011 1111 11101010 1011100 1011110 0 1000 11110001 1011000 110001

Color Harmonies of #130FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130FEA

Black with #130FEA

Text Example


Text Example

White with #130FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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