Html Css Color HEX #130589 Ultramarine

📋 copy color: '#130589'

red 19 ◦ green 5 ◦ blue 137

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

Shades of Ultramarine #130589

Tints of Ultramarine #130589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 85.09%

R = 11.8%
G = 3.11%
B = 85.09%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#130589 (or 0x130589) is known color: Ultramarine. HEX triplet: 13, 05 and 89. RGB value is (19,5,137). Sum of RGB (Red+Green+Blue) = 19+5+137=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 137 (53.91% from 255 or 85.09% from 161); Max value from RGB is 137 - color contains mainly: blue. Hex color #130589 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130589 is #ECFA76. Grayscale: #171717. Windows color (decimal): -15530615 or 8979731. OLE color: 8979731.

HSL color Cylindrical-coordinate representation of color #130589: hue angle of 246.36º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130589 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 5 137 -
CMYK 0.86 0.96 0 0.46
HSL 246.36º 0.93% 0.28% -
HSV(B) 246.36º 0.96% 0.54% -
XYZ 4.84 2.05 23.81 -
YUV 24.23 191.64 124.27 -
System Red Green Blue C M Y K H S L
Decimal 19 5 137 0.86 0.96 0 0.46 246.36 0.93 0.28
Hex 13 5 89 56 60 0 2E F6 5D 1C
Octal 23 5 211 126 140 0 56 366 135 34
Binary 10011 101 10001001 1010110 1100000 0 101110 11110110 1011101 11100

Color Harmonies of #130589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130589

Black with #130589

Text Example


Text Example

White with #130589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130589; }

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

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

background-color css

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

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

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

border-color css

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

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

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