Html Css Color HEX #130596 Ultramarine

📋 copy color: '#130596'

red 19 ◦ green 5 ◦ blue 150

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

Shades of Ultramarine #130596

Tints of Ultramarine #130596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 86.21%

R = 10.92%
G = 2.87%
B = 86.21%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#130596 (or 0x130596) is known color: Ultramarine. HEX triplet: 13, 05 and 96. RGB value is (19,5,150). Sum of RGB (Red+Green+Blue) = 19+5+150=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 150 (58.98% from 255 or 86.21% from 174); Max value from RGB is 150 - color contains mainly: blue. Hex color #130596 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130596 is #ECFA69. Grayscale: #191919. Windows color (decimal): -15530602 or 9831699. OLE color: 9831699.

HSL color Cylindrical-coordinate representation of color #130596: hue angle of 245.79º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130596 is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 5 150 -
CMYK 0.87 0.97 0 0.41
HSL 245.79º 0.94% 0.3% -
HSV(B) 245.79º 0.97% 0.59% -
XYZ 5.83 2.45 29.02 -
YUV 25.72 198.14 123.21 -
System Red Green Blue C M Y K H S L
Decimal 19 5 150 0.87 0.97 0 0.41 245.79 0.94 0.3
Hex 13 5 96 57 61 0 29 F6 5E 1E
Octal 23 5 226 127 141 0 51 366 136 36
Binary 10011 101 10010110 1010111 1100001 0 101001 11110110 1011110 11110

Color Harmonies of #130596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130596

Black with #130596

Text Example


Text Example

White with #130596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130596; }

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

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

background-color css

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

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

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

border-color css

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

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

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