Html Css Color HEX #130590 Ultramarine

📋 copy color: '#130590'

red 19 ◦ green 5 ◦ blue 144

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

Shades of Ultramarine #130590

Tints of Ultramarine #130590

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.98%

 BLUE value IS 144 (56.64% from 255) = 85.71%

R = 11.31%
G = 2.98%
B = 85.71%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#130590 (or 0x130590) is known color: Ultramarine. HEX triplet: 13, 05 and 90. RGB value is (19,5,144). Sum of RGB (Red+Green+Blue) = 19+5+144=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 144 (56.64% from 255 or 85.71% from 168); Max value from RGB is 144 - color contains mainly: blue. Hex color #130590 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130590 is #ECFA6F. Grayscale: #181818. Windows color (decimal): -15530608 or 9438483. OLE color: 9438483.

HSL color Cylindrical-coordinate representation of color #130590: hue angle of 246.04º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130590 is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 5 144 -
CMYK 0.87 0.97 0 0.44
HSL 246.04º 0.93% 0.29% -
HSV(B) 246.04º 0.97% 0.56% -
XYZ 5.36 2.26 26.54 -
YUV 25.03 195.14 123.7 -
System Red Green Blue C M Y K H S L
Decimal 19 5 144 0.87 0.97 0 0.44 246.04 0.93 0.29
Hex 13 5 90 57 61 0 2C F6 5D 1D
Octal 23 5 220 127 141 0 54 366 135 35
Binary 10011 101 10010000 1010111 1100001 0 101100 11110110 1011101 11101

Color Harmonies of #130590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130590

Black with #130590

Text Example


Text Example

White with #130590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130590; }

 p { color: rgb(19,5,144); }

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

background-color css

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

 a { background-color: rgb(19,5,144); }

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

border-color css

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

 span { border-color: rgb(19,5,144); }

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