Html Css Color HEX #190090 Ultramarine

📋 copy color: '#190090'

red 25 ◦ green 0 ◦ blue 144

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

Shades of Ultramarine #190090

Tints of Ultramarine #190090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 85.21%

R = 14.79%
G = 0%
B = 85.21%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#190090 (or 0x190090) is known color: Ultramarine. HEX triplet: 19, 00 and 90. RGB value is (25,0,144). Sum of RGB (Red+Green+Blue) = 25+0+144=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 144 (56.64% from 255 or 85.21% from 169); Max value from RGB is 144 - color contains mainly: blue. Hex color #190090 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190090 is #E6FF6F. Grayscale: #171717. Windows color (decimal): -15138672 or 9437209. OLE color: 9437209.

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

Color convert

RGB 25 0 144 -
CMYK 0.83 1 0 0.44
HSL 250.42º 1% 0.28% -
HSV(B) 250.42º 1% 0.56% -
XYZ 5.43 2.22 26.53 -
YUV 23.89 195.78 128.79 -
System Red Green Blue C M Y K H S L
Decimal 25 0 144 0.83 1 0 0.44 250.42 1 0.28
Hex 19 0 90 53 64 0 2C FA 64 1C
Octal 31 0 220 123 144 0 54 372 144 34
Binary 11001 0 10010000 1010011 1100100 0 101100 11111010 1100100 11100

Color Harmonies of #190090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190090

Black with #190090

Text Example


Text Example

White with #190090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190090; }

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

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

background-color css

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

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

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

border-color css

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

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

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