Html Css Color HEX #190593 Ultramarine

📋 copy color: '#190593'

red 25 ◦ green 5 ◦ blue 147

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

Shades of Ultramarine #190593

Tints of Ultramarine #190593

RGB

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

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

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

R = 14.12%
G = 2.82%
B = 83.05%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#190593 (or 0x190593) is known color: Ultramarine. HEX triplet: 19, 05 and 93. RGB value is (25,5,147). Sum of RGB (Red+Green+Blue) = 25+5+147=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 147 (57.81% from 255 or 83.05% from 177); Max value from RGB is 147 - color contains mainly: blue. Hex color #190593 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190593 is #E6FA6C. Grayscale: #1A1A1A. Windows color (decimal): -15137389 or 9635097. OLE color: 9635097.

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

Color convert

RGB 25 5 147 -
CMYK 0.83 0.97 0 0.42
HSL 248.45º 0.93% 0.3% -
HSV(B) 248.45º 0.97% 0.58% -
XYZ 5.72 2.42 27.77 -
YUV 27.17 195.63 126.45 -
System Red Green Blue C M Y K H S L
Decimal 25 5 147 0.83 0.97 0 0.42 248.45 0.93 0.3
Hex 19 5 93 53 61 0 2A F8 5D 1E
Octal 31 5 223 123 141 0 52 370 135 36
Binary 11001 101 10010011 1010011 1100001 0 101010 11111000 1011101 11110

Color Harmonies of #190593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190593

Black with #190593

Text Example


Text Example

White with #190593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190593; }

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

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

background-color css

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

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

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

border-color css

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

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

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