#19068E

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

Shades of Ultramarine #19068E

Tints of Ultramarine #19068E

Color information

#19068E (or 0x19068E) is unknown color: approx Ultramarine. HEX triplet: 19, 06 and 8E. RGB value is (25,6,142). Sum of RGB (Red+Green+Blue) = 25+6+142=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 142 (55.86% from 255 or 82.08% from 173); Max value from RGB is 142 - color contains mainly: blue. Hex color #19068E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19068E is #E6F971. Grayscale: #1A1A1A. Windows color (decimal): -15137138 or 9307673. OLE color: 9307673.

HSL color Cylindrical-coordinate representation of color #19068E: hue angle of 248.38º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19068E is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB256142-
CMYK0.820.9600.44
HSL248.38º91.89%29.02%-
HSV(B)248.38º95.77%55.69%-
XYZ5.352.2925.75-
YUV27.18192.79126.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.45%
GREEN value IS 6 (2.73% from 255) = 3.47%
BLUE value IS 142 (55.86% from 255) = 82.08%
R=14.45%
G=3.47%
B=82.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2561420.820.9600.44248.3891.8929.02
Hex1968E526002Cf85c1d
Octal31621612214005437013435
Binary110011101000111010100101100000010110011111000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19068E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,6,142); }

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

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

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

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

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

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

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