#19248F

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

Shades of Ultramarine #19248F

Tints of Ultramarine #19248F

Color information

#19248F (or 0x19248F) is unknown color: approx Ultramarine. HEX triplet: 19, 24 and 8F. RGB value is (25,36,143). Sum of RGB (Red+Green+Blue) = 25+36+143=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 143 (56.25% from 255 or 70.10% from 204); Max value from RGB is 143 - color contains mainly: blue. Hex color #19248F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19248F is #E6DB70. Grayscale: #2C2C2C. Windows color (decimal): -15129457 or 9380889. OLE color: 9380889.

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

Color convert

RGB2536143-
CMYK0.830.7500.44
HSL234.41º70.24%32.94%-
HSV(B)234.41º82.52%56.08%-
XYZ5.993.4526.34-
YUV44.91183.36113.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.25%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 143 (56.25% from 255) = 70.10%
R=12.25%
G=17.65%
B=70.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25361430.830.7500.44234.4170.2432.94
Hex19248F534B02Cea4621
Octal314421712311305435210641
Binary1100110010010001111101001110010110101100111010101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19248F; }

 p { color: rgb(25,36,143); }

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

<style>
 a { background-color: #19248F; }

 a { background-color: rgb(25,36,143); }

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

<style>
 span { border-color: #19248F; }

 span { border-color: rgb(25,36,143); }

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