Html Css Color HEX #190092 Ultramarine

📋 copy color: '#190092'

red 25 ◦ green 0 ◦ blue 146

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

Shades of Ultramarine #190092

Tints of Ultramarine #190092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 146 (57.42% from 255) = 85.38%

R = 14.62%
G = 0%
B = 85.38%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#190092 (or 0x190092) is known color: Ultramarine. HEX triplet: 19, 00 and 92. RGB value is (25,0,146). Sum of RGB (Red+Green+Blue) = 25+0+146=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 146 (57.42% from 255 or 85.38% from 171); Max value from RGB is 146 - color contains mainly: blue. Hex color #190092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190092 is #E6FF6D. Grayscale: #171717. Windows color (decimal): -15138670 or 9568281. OLE color: 9568281.

HSL color Cylindrical-coordinate representation of color #190092: hue angle of 250.27º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190092 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 0 146 -
CMYK 0.83 1 0 0.43
HSL 250.27º 1% 0.29% -
HSV(B) 250.27º 1% 0.57% -
XYZ 5.59 2.28 27.34 -
YUV 24.12 196.78 128.63 -
System Red Green Blue C M Y K H S L
Decimal 25 0 146 0.83 1 0 0.43 250.27 1 0.29
Hex 19 0 92 53 64 0 2B FA 64 1D
Octal 31 0 222 123 144 0 53 372 144 35
Binary 11001 0 10010010 1010011 1100100 0 101011 11111010 1100100 11101

Color Harmonies of #190092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190092

Black with #190092

Text Example


Text Example

White with #190092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190092; }

 p { color: rgb(25,0,146); }

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

background-color css

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

 a { background-color: rgb(25,0,146); }

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

border-color css

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

 span { border-color: rgb(25,0,146); }

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