#19238E

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

Shades of Ultramarine #19238E

Tints of Ultramarine #19238E

Color information

#19238E (or 0x19238E) is unknown color: approx Ultramarine. HEX triplet: 19, 23 and 8E. RGB value is (25,35,142). Sum of RGB (Red+Green+Blue) = 25+35+142=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 142 (55.86% from 255 or 70.30% from 202); Max value from RGB is 142 - color contains mainly: blue. Hex color #19238E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19238E is #E6DC71. Grayscale: #2B2B2B. Windows color (decimal): -15129714 or 9315097. OLE color: 9315097.

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

Color convert

RGB2535142-
CMYK0.820.7500.44
HSL234.87º70.06%32.75%-
HSV(B)234.87º82.39%55.69%-
XYZ5.883.3625.93-
YUV44.21183.19114.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.38%
GREEN value IS 35 (14.06% from 255) = 17.33%
BLUE value IS 142 (55.86% from 255) = 70.30%
R=12.38%
G=17.33%
B=70.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25351420.820.7500.44234.8770.0632.75
Hex19238E524B02Ceb4621
Octal314321612211305435310641
Binary1100110001110001110101001010010110101100111010111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19238E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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