Html Css Color HEX #130091 Ultramarine

📋 copy color: '#130091'

red 19 ◦ green 0 ◦ blue 145

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

Shades of Ultramarine #130091

Tints of Ultramarine #130091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 88.41%

R = 11.59%
G = 0%
B = 88.41%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#130091 (or 0x130091) is known color: Ultramarine. HEX triplet: 13, 00 and 91. RGB value is (19,0,145). Sum of RGB (Red+Green+Blue) = 19+0+145=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 145 (57.03% from 255 or 88.41% from 164); Max value from RGB is 145 - color contains mainly: blue. Hex color #130091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130091 is #ECFF6E. Grayscale: #151515. Windows color (decimal): -15531887 or 9502739. OLE color: 9502739.

HSL color Cylindrical-coordinate representation of color #130091: hue angle of 247.86º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130091 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 0 145 -
CMYK 0.87 1 0 0.43
HSL 247.86º 1% 0.28% -
HSV(B) 247.86º 1% 0.57% -
XYZ 5.38 2.18 26.93 -
YUV 22.21 197.29 125.71 -
System Red Green Blue C M Y K H S L
Decimal 19 0 145 0.87 1 0 0.43 247.86 1 0.28
Hex 13 0 91 57 64 0 2B F8 64 1C
Octal 23 0 221 127 144 0 53 370 144 34
Binary 10011 0 10010001 1010111 1100100 0 101011 11111000 1100100 11100

Color Harmonies of #130091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130091

Black with #130091

Text Example


Text Example

White with #130091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130091; }

 p { color: rgb(19,0,145); }

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

background-color css

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

 a { background-color: rgb(19,0,145); }

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

border-color css

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

 span { border-color: rgb(19,0,145); }

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