#25049E

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

Shades of Ultramarine #25049E

Tints of Ultramarine #25049E

Color information

#25049E (or 0x25049E) is unknown color: approx Ultramarine. HEX triplet: 25, 04 and 9E. RGB value is (37,4,158). Sum of RGB (Red+Green+Blue) = 37+4+158=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 158 (62.11% from 255 or 79.40% from 199); Max value from RGB is 158 - color contains mainly: blue. Hex color #25049E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25049E is #DAFB61. Grayscale: #1E1E1E. Windows color (decimal): -14351202 or 10355749. OLE color: 10355749.

HSL color Cylindrical-coordinate representation of color #25049E: hue angle of 252.86º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25049E is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB374158-
CMYK0.770.9700.38
HSL252.86º95.06%31.76%-
HSV(B)252.86º97.47%61.96%-
XYZ6.982.9532.55-
YUV31.42199.43131.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 158 (62.11% from 255) = 79.40%
R=18.59%
G=2.01%
B=79.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3741580.770.9700.38252.8695.0631.76
Hex2549E4D61026fd5f20
Octal45423611514104637513740
Binary10010110010011110100110111000010100110111111011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25049E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,4,158); }

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

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

 a { background-color: rgb(37,4,158); }

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

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

 span { border-color: rgb(37,4,158); }

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