Html Css Color HEX #130995 Ultramarine

📋 copy color: '#130995'

red 19 ◦ green 9 ◦ blue 149

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

Shades of Ultramarine #130995

Tints of Ultramarine #130995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.08%

 BLUE value IS 149 (58.59% from 255) = 84.18%

R = 10.73%
G = 5.08%
B = 84.18%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#130995 (or 0x130995) is known color: Ultramarine. HEX triplet: 13, 09 and 95. RGB value is (19,9,149). Sum of RGB (Red+Green+Blue) = 19+9+149=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 149 (58.59% from 255 or 84.18% from 177); Max value from RGB is 149 - color contains mainly: blue. Hex color #130995 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130995 is #ECF66A. Grayscale: #1B1B1B. Windows color (decimal): -15529579 or 9767187. OLE color: 9767187.

HSL color Cylindrical-coordinate representation of color #130995: hue angle of 244.29º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130995 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 9 149 -
CMYK 0.87 0.94 0 0.42
HSL 244.29º 0.89% 0.31% -
HSV(B) 244.29º 0.94% 0.58% -
XYZ 5.79 2.5 28.61 -
YUV 27.95 196.31 121.62 -
System Red Green Blue C M Y K H S L
Decimal 19 9 149 0.87 0.94 0 0.42 244.29 0.89 0.31
Hex 13 9 95 57 5E 0 2A F4 59 1F
Octal 23 11 225 127 136 0 52 364 131 37
Binary 10011 1001 10010101 1010111 1011110 0 101010 11110100 1011001 11111

Color Harmonies of #130995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130995

Black with #130995

Text Example


Text Example

White with #130995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130995; }

 p { color: rgb(19,9,149); }

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

background-color css

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

 a { background-color: rgb(19,9,149); }

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

border-color css

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

 span { border-color: rgb(19,9,149); }

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