Html Css Color HEX #190294 Ultramarine

📋 copy color: '#190294'

red 25 ◦ green 2 ◦ blue 148

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

Shades of Ultramarine #190294

Tints of Ultramarine #190294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 84.57%

R = 14.29%
G = 1.14%
B = 84.57%

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

#190294 (or 0x190294) is known color: Ultramarine. HEX triplet: 19, 02 and 94. RGB value is (25,2,148). Sum of RGB (Red+Green+Blue) = 25+2+148=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 148 (58.20% from 255 or 84.57% from 175); Max value from RGB is 148 - color contains mainly: blue. Hex color #190294 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190294 is #E6FD6B. Grayscale: #181818. Windows color (decimal): -15138156 or 9699865. OLE color: 9699865.

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

Color convert

RGB 25 2 148 -
CMYK 0.83 0.99 0 0.42
HSL 249.45º 0.97% 0.29% -
HSV(B) 249.45º 0.99% 0.58% -
XYZ 5.77 2.39 28.17 -
YUV 25.52 197.12 127.63 -
System Red Green Blue C M Y K H S L
Decimal 25 2 148 0.83 0.99 0 0.42 249.45 0.97 0.29
Hex 19 2 94 53 63 0 2A F9 61 1D
Octal 31 2 224 123 143 0 52 371 141 35
Binary 11001 10 10010100 1010011 1100011 0 101010 11111001 1100001 11101

Color Harmonies of #190294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190294

Black with #190294

Text Example


Text Example

White with #190294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190294; }

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

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

background-color css

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

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

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

border-color css

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

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

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