Html Css Color HEX #190094 Ultramarine

📋 copy color: '#190094'

red 25 ◦ green 0 ◦ blue 148

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

Shades of Ultramarine #190094

Tints of Ultramarine #190094

RGB

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

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

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

R = 14.45%
G = 0%
B = 85.55%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#190094 (or 0x190094) is known color: Ultramarine. HEX triplet: 19, 00 and 94. RGB value is (25,0,148). Sum of RGB (Red+Green+Blue) = 25+0+148=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 148 (58.20% from 255 or 85.55% from 173); Max value from RGB is 148 - color contains mainly: blue. Hex color #190094 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190094 is #E6FF6B. Grayscale: #171717. Windows color (decimal): -15138668 or 9699353. OLE color: 9699353.

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

Color convert

RGB 25 0 148 -
CMYK 0.83 1 0 0.42
HSL 250.14º 1% 0.29% -
HSV(B) 250.14º 1% 0.58% -
XYZ 5.75 2.34 28.17 -
YUV 24.35 197.78 128.47 -
System Red Green Blue C M Y K H S L
Decimal 25 0 148 0.83 1 0 0.42 250.14 1 0.29
Hex 19 0 94 53 64 0 2A FA 64 1D
Octal 31 0 224 123 144 0 52 372 144 35
Binary 11001 0 10010100 1010011 1100100 0 101010 11111010 1100100 11101

Color Harmonies of #190094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190094

Black with #190094

Text Example


Text Example

White with #190094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190094; }

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

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

background-color css

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

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

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

border-color css

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

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

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