Html Css Color HEX #130AF9 Blue

📋 copy color: '#130AF9'

red 19 ◦ green 10 ◦ blue 249

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

Shades of Blue #130AF9

Tints of Blue #130AF9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.6%

 BLUE value IS 249 (97.66% from 255) = 89.57%

R = 6.83%
G = 3.6%
B = 89.57%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#130AF9 (or 0x130AF9) is known color: Blue. HEX triplet: 13, 0A and F9. RGB value is (19,10,249). Sum of RGB (Red+Green+Blue) = 19+10+249=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 249 (97.66% from 255 or 89.57% from 278); Max value from RGB is 249 - color contains mainly: blue. Hex color #130AF9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130AF9 is #ECF506. Grayscale: #262626. Windows color (decimal): -15529223 or 16321043. OLE color: 16321043.

HSL color Cylindrical-coordinate representation of color #130AF9: hue angle of 242.26º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130AF9 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 10 249 -
CMYK 0.92 0.96 0 0.02
HSL 242.26º 0.95% 0.51% -
HSV(B) 242.26º 0.96% 0.98% -
XYZ 17.48 7.2 90.09 -
YUV 39.94 245.98 113.07 -
System Red Green Blue C M Y K H S L
Decimal 19 10 249 0.92 0.96 0 0.02 242.26 0.95 0.51
Hex 13 A F9 5C 60 0 2 F2 5F 33
Octal 23 12 371 134 140 0 2 362 137 63
Binary 10011 1010 11111001 1011100 1100000 0 10 11110010 1011111 110011

Color Harmonies of #130AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130AF9

Black with #130AF9

Text Example


Text Example

White with #130AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,10,249); }

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

background-color css

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

 a { background-color: rgb(19,10,249); }

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

border-color css

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

 span { border-color: rgb(19,10,249); }

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