Html Css Color HEX #130579 Ultramarine

📋 copy color: '#130579'

red 19 ◦ green 5 ◦ blue 121

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

Shades of Ultramarine #130579

Tints of Ultramarine #130579

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.45%

 BLUE value IS 121 (47.66% from 255) = 83.45%

R = 13.1%
G = 3.45%
B = 83.45%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#130579 (or 0x130579) is known color: Ultramarine. HEX triplet: 13, 05 and 79. RGB value is (19,5,121). Sum of RGB (Red+Green+Blue) = 19+5+121=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 121 (47.66% from 255 or 83.45% from 145); Max value from RGB is 121 - color contains mainly: blue. Hex color #130579 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130579 is #ECFA86. Grayscale: #151515. Windows color (decimal): -15530631 or 7931155. OLE color: 7931155.

HSL color Cylindrical-coordinate representation of color #130579: hue angle of 247.24º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130579 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 5 121 -
CMYK 0.84 0.96 0 0.53
HSL 247.24º 0.92% 0.25% -
HSV(B) 247.24º 0.96% 0.47% -
XYZ 3.77 1.63 18.2 -
YUV 22.41 183.64 125.57 -
System Red Green Blue C M Y K H S L
Decimal 19 5 121 0.84 0.96 0 0.53 247.24 0.92 0.25
Hex 13 5 79 54 60 0 35 F7 5C 19
Octal 23 5 171 124 140 0 65 367 134 31
Binary 10011 101 1111001 1010100 1100000 0 110101 11110111 1011100 11001

Color Harmonies of #130579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130579

Black with #130579

Text Example


Text Example

White with #130579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130579; }

 p { color: rgb(19,5,121); }

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

background-color css

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

 a { background-color: rgb(19,5,121); }

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

border-color css

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

 span { border-color: rgb(19,5,121); }

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