Html Css Color HEX #130CFA Blue

📋 copy color: '#130CFA'

red 19 ◦ green 12 ◦ blue 250

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

Shades of Blue #130CFA

Tints of Blue #130CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.27%

 BLUE value IS 250 (98.05% from 255) = 88.97%

R = 6.76%
G = 4.27%
B = 88.97%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#130CFA (or 0x130CFA) is known color: Blue. HEX triplet: 13, 0C and FA. RGB value is (19,12,250). Sum of RGB (Red+Green+Blue) = 19+12+250=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 250 (98.05% from 255 or 88.97% from 281); Max value from RGB is 250 - color contains mainly: blue. Hex color #130CFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130CFA is #ECF305. Grayscale: #282828. Windows color (decimal): -15528710 or 16387091. OLE color: 16387091.

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

Color convert

RGB 19 12 250 -
CMYK 0.92 0.95 0 0.02
HSL 241.76º 0.96% 0.51% -
HSV(B) 241.76º 0.95% 0.98% -
XYZ 17.66 7.3 90.92 -
YUV 41.23 245.82 112.15 -
System Red Green Blue C M Y K H S L
Decimal 19 12 250 0.92 0.95 0 0.02 241.76 0.96 0.51
Hex 13 C FA 5C 5F 0 2 F2 60 33
Octal 23 14 372 134 137 0 2 362 140 63
Binary 10011 1100 11111010 1011100 1011111 0 10 11110010 1100000 110011

Color Harmonies of #130CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130CFA

Black with #130CFA

Text Example


Text Example

White with #130CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,12,250); }

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

background-color css

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

 a { background-color: rgb(19,12,250); }

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

border-color css

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

 span { border-color: rgb(19,12,250); }

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