#19097B

Color #19097B Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #19097B

Tints of Ultramarine #19097B

Color information

#19097B (or 0x19097B) is unknown color: approx Ultramarine. HEX triplet: 19, 09 and 7B. RGB value is (25,9,123). Sum of RGB (Red+Green+Blue) = 25+9+123=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 123 (48.44% from 255 or 78.34% from 157); Max value from RGB is 123 - color contains mainly: blue. Hex color #19097B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19097B is #E6F684. Grayscale: #1A1A1A. Windows color (decimal): -15136389 or 8063257. OLE color: 8063257.

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

Color convert

RGB259123-
CMYK0.800.9300.52
HSL248.42º86.36%25.88%-
HSV(B)248.42º92.68%48.24%-
XYZ4.071.8318.88-
YUV26.78182.3126.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 123 (48.44% from 255) = 78.34%
R=15.92%
G=5.73%
B=78.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2591230.800.9300.52248.4286.3625.88
Hex1997B505D034f8561a
Octal311117312013506437012632
Binary110011001111101110100001011101011010011111000101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19097B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #19097B;
 }
 .AnyTagClassName
 {
   color: #19097B;
 }
</style>
background-color css

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

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

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

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

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

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