Html Css Color HEX #130799 Ultramarine

📋 copy color: '#130799'

red 19 ◦ green 7 ◦ blue 153

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

Shades of Ultramarine #130799

Tints of Ultramarine #130799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.91%

 BLUE value IS 153 (60.16% from 255) = 85.47%

R = 10.61%
G = 3.91%
B = 85.47%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#130799 (or 0x130799) is known color: Ultramarine. HEX triplet: 13, 07 and 99. RGB value is (19,7,153). Sum of RGB (Red+Green+Blue) = 19+7+153=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 153 (60.16% from 255 or 85.47% from 179); Max value from RGB is 153 - color contains mainly: blue. Hex color #130799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130799 is #ECF866. Grayscale: #1A1A1A. Windows color (decimal): -15530087 or 10028819. OLE color: 10028819.

HSL color Cylindrical-coordinate representation of color #130799: hue angle of 244.93º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130799 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 7 153 -
CMYK 0.88 0.95 0 0.4
HSL 244.93º 0.91% 0.31% -
HSV(B) 244.93º 0.95% 0.6% -
XYZ 6.09 2.59 30.32 -
YUV 27.23 198.98 122.13 -
System Red Green Blue C M Y K H S L
Decimal 19 7 153 0.88 0.95 0 0.4 244.93 0.91 0.31
Hex 13 7 99 58 5F 0 28 F5 5B 1F
Octal 23 7 231 130 137 0 50 365 133 37
Binary 10011 111 10011001 1011000 1011111 0 101000 11110101 1011011 11111

Color Harmonies of #130799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130799

Black with #130799

Text Example


Text Example

White with #130799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130799; }

 p { color: rgb(19,7,153); }

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

background-color css

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

 a { background-color: rgb(19,7,153); }

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

border-color css

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

 span { border-color: rgb(19,7,153); }

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