Html Css Color HEX #130899 Ultramarine

📋 copy color: '#130899'

red 19 ◦ green 8 ◦ blue 153

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

Shades of Ultramarine #130899

Tints of Ultramarine #130899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.44%

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

R = 10.56%
G = 4.44%
B = 85%

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

#130899 (or 0x130899) is known color: Ultramarine. HEX triplet: 13, 08 and 99. RGB value is (19,8,153). Sum of RGB (Red+Green+Blue) = 19+8+153=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 153 (60.16% from 255 or 85% from 180); Max value from RGB is 153 - color contains mainly: blue. Hex color #130899 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130899 is #ECF766. Grayscale: #1B1B1B. Windows color (decimal): -15529831 or 10029075. OLE color: 10029075.

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

Color convert

RGB 19 8 153 -
CMYK 0.88 0.95 0 0.4
HSL 244.55º 0.9% 0.32% -
HSV(B) 244.55º 0.95% 0.6% -
XYZ 6.11 2.61 30.32 -
YUV 27.82 198.64 121.71 -
System Red Green Blue C M Y K H S L
Decimal 19 8 153 0.88 0.95 0 0.4 244.55 0.9 0.32
Hex 13 8 99 58 5F 0 28 F5 5A 20
Octal 23 10 231 130 137 0 50 365 132 40
Binary 10011 1000 10011001 1011000 1011111 0 101000 11110101 1011010 100000

Color Harmonies of #130899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130899

Black with #130899

Text Example


Text Example

White with #130899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130899; }

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

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

background-color css

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

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

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

border-color css

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

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

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