Html Css Color HEX #130CFF Blue

📋 copy color: '#130CFF'

red 19 ◦ green 12 ◦ blue 255

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

Shades of Blue #130CFF

Tints of Blue #130CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 89.16%

R = 6.64%
G = 4.2%
B = 89.16%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#130CFF (or 0x130CFF) is known color: Blue. HEX triplet: 13, 0C and FF. RGB value is (19,12,255). Sum of RGB (Red+Green+Blue) = 19+12+255=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 255 (100% from 255 or 89.16% from 286); Max value from RGB is 255 - color contains mainly: blue. Hex color #130CFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130CFF is #ECF300. Grayscale: #282828. Windows color (decimal): -15528705 or 16714771. OLE color: 16714771.

HSL color Cylindrical-coordinate representation of color #130CFF: hue angle of 241.73º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130CFF is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 12 255 -
CMYK 0.93 0.95 0 0
HSL 241.73º 1% 0.52% -
HSV(B) 241.73º 0.95% 1% -
XYZ 18.45 7.62 95.11 -
YUV 41.8 248.32 111.74 -
System Red Green Blue C M Y K H S L
Decimal 19 12 255 0.93 0.95 0 0 241.73 1 0.52
Hex 13 C FF 5D 5F 0 0 F2 64 34
Octal 23 14 377 135 137 0 0 362 144 64
Binary 10011 1100 11111111 1011101 1011111 0 0 11110010 1100100 110100

Color Harmonies of #130CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130CFF

Black with #130CFF

Text Example


Text Example

White with #130CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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