Html Css Color HEX #190293 Ultramarine

📋 copy color: '#190293'

red 25 ◦ green 2 ◦ blue 147

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

Shades of Ultramarine #190293

Tints of Ultramarine #190293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.15%

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

R = 14.37%
G = 1.15%
B = 84.48%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#190293 (or 0x190293) is known color: Ultramarine. HEX triplet: 19, 02 and 93. RGB value is (25,2,147). Sum of RGB (Red+Green+Blue) = 25+2+147=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 147 (57.81% from 255 or 84.48% from 174); Max value from RGB is 147 - color contains mainly: blue. Hex color #190293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190293 is #E6FD6C. Grayscale: #181818. Windows color (decimal): -15138157 or 9634329. OLE color: 9634329.

HSL color Cylindrical-coordinate representation of color #190293: hue angle of 249.52º degrees, saturation: 0.97, 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 #190293 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 2 147 -
CMYK 0.83 0.99 0 0.42
HSL 249.52º 0.97% 0.29% -
HSV(B) 249.52º 0.99% 0.58% -
XYZ 5.69 2.36 27.76 -
YUV 25.41 196.62 127.71 -
System Red Green Blue C M Y K H S L
Decimal 25 2 147 0.83 0.99 0 0.42 249.52 0.97 0.29
Hex 19 2 93 53 63 0 2A FA 61 1D
Octal 31 2 223 123 143 0 52 372 141 35
Binary 11001 10 10010011 1010011 1100011 0 101010 11111010 1100001 11101

Color Harmonies of #190293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190293

Black with #190293

Text Example


Text Example

White with #190293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190293; }

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

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

background-color css

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

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

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

border-color css

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

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

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