Html Css Color HEX #130998 Ultramarine

📋 copy color: '#130998'

red 19 ◦ green 9 ◦ blue 152

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

Shades of Ultramarine #130998

Tints of Ultramarine #130998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 84.44%

R = 10.56%
G = 5%
B = 84.44%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#130998 (or 0x130998) is known color: Ultramarine. HEX triplet: 13, 09 and 98. RGB value is (19,9,152). Sum of RGB (Red+Green+Blue) = 19+9+152=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 152 (59.77% from 255 or 84.44% from 180); Max value from RGB is 152 - color contains mainly: blue. Hex color #130998 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130998 is #ECF667. Grayscale: #1B1B1B. Windows color (decimal): -15529576 or 9963795. OLE color: 9963795.

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

Color convert

RGB 19 9 152 -
CMYK 0.87 0.94 0 0.40
HSL 244.2º 0.89% 0.32% -
HSV(B) 244.2º 0.94% 0.6% -
XYZ 6.03 2.6 29.89 -
YUV 28.29 197.81 121.37 -
System Red Green Blue C M Y K H S L
Decimal 19 9 152 0.87 0.94 0 0.40 244.2 0.89 0.32
Hex 13 9 98 57 5E 0 28 F4 59 20
Octal 23 11 230 127 136 0 50 364 131 40
Binary 10011 1001 10011000 1010111 1011110 0 101000 11110100 1011001 100000

Color Harmonies of #130998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130998

Black with #130998

Text Example


Text Example

White with #130998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130998; }

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

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

background-color css

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

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

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

border-color css

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

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

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