Html Css Color HEX #19097E Ultramarine

📋 copy color: '#19097E'

red 25 ◦ green 9 ◦ blue 126

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

Shades of Ultramarine #19097E

Tints of Ultramarine #19097E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.63%

 BLUE value IS 126 (49.61% from 255) = 78.75%

R = 15.63%
G = 5.63%
B = 78.75%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19097E (or 0x19097E) is known color: Ultramarine. HEX triplet: 19, 09 and 7E. RGB value is (25,9,126). Sum of RGB (Red+Green+Blue) = 25+9+126=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 126 (49.61% from 255 or 78.75% from 160); Max value from RGB is 126 - color contains mainly: blue. Hex color #19097E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19097E is #E6F681. Grayscale: #1A1A1A. Windows color (decimal): -15136386 or 8259865. OLE color: 8259865.

HSL color Cylindrical-coordinate representation of color #19097E: hue angle of 248.21º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19097E is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 9 126 -
CMYK 0.80 0.93 0 0.51
HSL 248.21º 0.87% 0.26% -
HSV(B) 248.21º 0.93% 0.49% -
XYZ 4.26 1.91 19.88 -
YUV 27.12 183.8 126.49 -
System Red Green Blue C M Y K H S L
Decimal 25 9 126 0.80 0.93 0 0.51 248.21 0.87 0.26
Hex 19 9 7E 50 5D 0 33 F8 57 1A
Octal 31 11 176 120 135 0 63 370 127 32
Binary 11001 1001 1111110 1010000 1011101 0 110011 11111000 1010111 11010

Color Harmonies of #19097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19097E

Black with #19097E

Text Example


Text Example

White with #19097E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,9,126); }

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

background-color css

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

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

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

border-color css

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

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

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