Html Css Color HEX #130994 Ultramarine

📋 copy color: '#130994'

red 19 ◦ green 9 ◦ blue 148

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

Shades of Ultramarine #130994

Tints of Ultramarine #130994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 84.09%

R = 10.8%
G = 5.11%
B = 84.09%

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

#130994 (or 0x130994) is known color: Ultramarine. HEX triplet: 13, 09 and 94. RGB value is (19,9,148). Sum of RGB (Red+Green+Blue) = 19+9+148=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 148 (58.20% from 255 or 84.09% from 176); Max value from RGB is 148 - color contains mainly: blue. Hex color #130994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130994 is #ECF66B. Grayscale: #1B1B1B. Windows color (decimal): -15529580 or 9701651. OLE color: 9701651.

HSL color Cylindrical-coordinate representation of color #130994: hue angle of 244.32º 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 #130994 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 9 148 -
CMYK 0.87 0.94 0 0.42
HSL 244.32º 0.89% 0.31% -
HSV(B) 244.32º 0.94% 0.58% -
XYZ 5.71 2.47 28.19 -
YUV 27.84 195.81 121.7 -
System Red Green Blue C M Y K H S L
Decimal 19 9 148 0.87 0.94 0 0.42 244.32 0.89 0.31
Hex 13 9 94 57 5E 0 2A F4 59 1F
Octal 23 11 224 127 136 0 52 364 131 37
Binary 10011 1001 10010100 1010111 1011110 0 101010 11110100 1011001 11111

Color Harmonies of #130994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130994

Black with #130994

Text Example


Text Example

White with #130994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130994; }

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

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

background-color css

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

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

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

border-color css

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

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

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