Html Css Color HEX #191093 Ultramarine

📋 copy color: '#191093'

red 25 ◦ green 16 ◦ blue 147

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

Shades of Ultramarine #191093

Tints of Ultramarine #191093

RGB

 RED value IS 25 (10.16% from 255) = 13.3%

 GREEN value IS 16 (6.64% from 255) = 8.51%

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

R = 13.3%
G = 8.51%
B = 78.19%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#191093 (or 0x191093) is known color: Ultramarine. HEX triplet: 19, 10 and 93. RGB value is (25,16,147). Sum of RGB (Red+Green+Blue) = 25+16+147=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 147 (57.81% from 255 or 78.19% from 188); Max value from RGB is 147 - color contains mainly: blue. Hex color #191093 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191093 is #E6EF6C. Grayscale: #212121. Windows color (decimal): -15134573 or 9637913. OLE color: 9637913.

HSL color Cylindrical-coordinate representation of color #191093: hue angle of 244.12º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191093 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 16 147 -
CMYK 0.83 0.89 0 0.42
HSL 244.12º 0.8% 0.32% -
HSV(B) 244.12º 0.89% 0.58% -
XYZ 5.85 2.68 27.81 -
YUV 33.63 191.98 121.85 -
System Red Green Blue C M Y K H S L
Decimal 25 16 147 0.83 0.89 0 0.42 244.12 0.8 0.32
Hex 19 10 93 53 59 0 2A F4 50 20
Octal 31 20 223 123 131 0 52 364 120 40
Binary 11001 10000 10010011 1010011 1011001 0 101010 11110100 1010000 100000

Color Harmonies of #191093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191093

Black with #191093

Text Example


Text Example

White with #191093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191093; }

 p { color: rgb(25,16,147); }

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

background-color css

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

 a { background-color: rgb(25,16,147); }

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

border-color css

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

 span { border-color: rgb(25,16,147); }

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