Html Css Color HEX #130191 Ultramarine

📋 copy color: '#130191'

red 19 ◦ green 1 ◦ blue 145

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

Shades of Ultramarine #130191

Tints of Ultramarine #130191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 11.52%
G = 0.61%
B = 87.88%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#130191 (or 0x130191) is known color: Ultramarine. HEX triplet: 13, 01 and 91. RGB value is (19,1,145). Sum of RGB (Red+Green+Blue) = 19+1+145=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 145 (57.03% from 255 or 87.88% from 165); Max value from RGB is 145 - color contains mainly: blue. Hex color #130191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130191 is #ECFE6E. Grayscale: #161616. Windows color (decimal): -15531631 or 9502995. OLE color: 9502995.

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

Color convert

RGB 19 1 145 -
CMYK 0.87 0.99 0 0.43
HSL 247.5º 0.99% 0.29% -
HSV(B) 247.5º 0.99% 0.57% -
XYZ 5.39 2.2 26.93 -
YUV 22.8 196.96 125.29 -
System Red Green Blue C M Y K H S L
Decimal 19 1 145 0.87 0.99 0 0.43 247.5 0.99 0.29
Hex 13 1 91 57 63 0 2B F8 63 1D
Octal 23 1 221 127 143 0 53 370 143 35
Binary 10011 1 10010001 1010111 1100011 0 101011 11111000 1100011 11101

Color Harmonies of #130191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130191

Black with #130191

Text Example


Text Example

White with #130191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130191; }

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

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

background-color css

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

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

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

border-color css

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

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

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