Html Css Color HEX #19079E Ultramarine

📋 copy color: '#19079E'

red 25 ◦ green 7 ◦ blue 158

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

Shades of Ultramarine #19079E

Tints of Ultramarine #19079E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.68%

 BLUE value IS 158 (62.11% from 255) = 83.16%

R = 13.16%
G = 3.68%
B = 83.16%

CMYK

 C value IS 0.84

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19079E (or 0x19079E) is known color: Ultramarine. HEX triplet: 19, 07 and 9E. RGB value is (25,7,158). Sum of RGB (Red+Green+Blue) = 25+7+158=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 158 (62.11% from 255 or 83.16% from 190); Max value from RGB is 158 - color contains mainly: blue. Hex color #19079E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19079E is #E6F861. Grayscale: #1D1D1D. Windows color (decimal): -15136866 or 10356505. OLE color: 10356505.

HSL color Cylindrical-coordinate representation of color #19079E: hue angle of 247.15º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19079E is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 7 158 -
CMYK 0.84 0.96 0 0.38
HSL 247.15º 0.92% 0.32% -
HSV(B) 247.15º 0.96% 0.62% -
XYZ 6.65 2.83 32.54 -
YUV 29.6 200.46 124.72 -
System Red Green Blue C M Y K H S L
Decimal 25 7 158 0.84 0.96 0 0.38 247.15 0.92 0.32
Hex 19 7 9E 54 60 0 26 F7 5C 20
Octal 31 7 236 124 140 0 46 367 134 40
Binary 11001 111 10011110 1010100 1100000 0 100110 11110111 1011100 100000

Color Harmonies of #19079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19079E

Black with #19079E

Text Example


Text Example

White with #19079E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19079E; }

 p { color: rgb(25,7,158); }

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

background-color css

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

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

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

border-color css

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

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

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