#25209A

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

Shades of Ultramarine #25209A

Tints of Ultramarine #25209A

Color information

#25209A (or 0x25209A) is unknown color: approx Ultramarine. HEX triplet: 25, 20 and 9A. RGB value is (37,32,154). Sum of RGB (Red+Green+Blue) = 37+32+154=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 154 (60.55% from 255 or 69.06% from 223); Max value from RGB is 154 - color contains mainly: blue. Hex color #25209A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25209A is #DADF65. Grayscale: #2E2E2E. Windows color (decimal): -14344038 or 10100773. OLE color: 10100773.

HSL color Cylindrical-coordinate representation of color #25209A: hue angle of 242.46º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25209A is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3732154-
CMYK0.760.7900.40
HSL242.46º65.59%36.47%-
HSV(B)242.46º79.22%60.39%-
XYZ7.113.7630.92-
YUV47.4188.16120.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 32 (12.89% from 255) = 14.35%
BLUE value IS 154 (60.55% from 255) = 69.06%
R=16.59%
G=14.35%
B=69.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal37321540.760.7900.40242.4665.5936.47
Hex25209A4C4F028f24224
Octal454023211411705036210244
Binary10010110000010011010100110010011110101000111100101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25209A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25209A; }

 p { color: rgb(37,32,154); }

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

<style>
 a { background-color: #25209A; }

 a { background-color: rgb(37,32,154); }

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

<style>
 span { border-color: #25209A; }

 span { border-color: rgb(37,32,154); }

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