Html Css Color HEX #130193 Ultramarine

📋 copy color: '#130193'

red 19 ◦ green 1 ◦ blue 147

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

Shades of Ultramarine #130193

Tints of Ultramarine #130193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 88.02%

R = 11.38%
G = 0.6%
B = 88.02%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#130193 (or 0x130193) is known color: Ultramarine. HEX triplet: 13, 01 and 93. RGB value is (19,1,147). Sum of RGB (Red+Green+Blue) = 19+1+147=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 147 (57.81% from 255 or 88.02% from 167); Max value from RGB is 147 - color contains mainly: blue. Hex color #130193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130193 is #ECFE6C. Grayscale: #161616. Windows color (decimal): -15531629 or 9634067. OLE color: 9634067.

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

Color convert

RGB 19 1 147 -
CMYK 0.87 0.99 0 0.42
HSL 247.4º 0.99% 0.29% -
HSV(B) 247.4º 0.99% 0.58% -
XYZ 5.55 2.27 27.75 -
YUV 23.03 197.96 125.13 -
System Red Green Blue C M Y K H S L
Decimal 19 1 147 0.87 0.99 0 0.42 247.4 0.99 0.29
Hex 13 1 93 57 63 0 2A F7 63 1D
Octal 23 1 223 127 143 0 52 367 143 35
Binary 10011 1 10010011 1010111 1100011 0 101010 11110111 1100011 11101

Color Harmonies of #130193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130193

Black with #130193

Text Example


Text Example

White with #130193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130193; }

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

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

background-color css

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

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

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

border-color css

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

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

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