Html Css Color HEX #19199A Ultramarine

📋 copy color: '#19199A'

red 25 ◦ green 25 ◦ blue 154

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

Shades of Ultramarine #19199A

Tints of Ultramarine #19199A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.25%

 BLUE value IS 154 (60.55% from 255) = 75.49%

R = 12.25%
G = 12.25%
B = 75.49%

CMYK

 C value IS 0.84

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#19199A (or 0x19199A) is known color: Ultramarine. HEX triplet: 19, 19 and 9A. RGB value is (25,25,154). Sum of RGB (Red+Green+Blue) = 25+25+154=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 154 (60.55% from 255 or 75.49% from 204); Max value from RGB is 154 - color contains mainly: blue. Hex color #19199A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19199A is #E6E665. Grayscale: #272727. Windows color (decimal): -15132262 or 10098969. OLE color: 10098969.

HSL color Cylindrical-coordinate representation of color #19199A: hue angle of 240º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19199A is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 25 154 -
CMYK 0.84 0.84 0 0.40
HSL 240º 0.72% 0.35% -
HSV(B) 240º 0.84% 0.6% -
XYZ 6.58 3.24 30.85 -
YUV 39.71 192.5 117.51 -
System Red Green Blue C M Y K H S L
Decimal 25 25 154 0.84 0.84 0 0.40 240 0.72 0.35
Hex 19 19 9A 54 54 0 28 F0 48 23
Octal 31 31 232 124 124 0 50 360 110 43
Binary 11001 11001 10011010 1010100 1010100 0 101000 11110000 1001000 100011

Color Harmonies of #19199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19199A

Black with #19199A

Text Example


Text Example

White with #19199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19199A; }

 p { color: rgb(25,25,154); }

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

background-color css

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

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

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

border-color css

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

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

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