#25048B

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

Shades of Ultramarine #25048B

Tints of Ultramarine #25048B

Color information

#25048B (or 0x25048B) is unknown color: approx Ultramarine. HEX triplet: 25, 04 and 8B. RGB value is (37,4,139). Sum of RGB (Red+Green+Blue) = 37+4+139=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 139 (54.69% from 255 or 77.22% from 180); Max value from RGB is 139 - color contains mainly: blue. Hex color #25048B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25048B is #DAFB74. Grayscale: #1C1C1C. Windows color (decimal): -14351221 or 9110565. OLE color: 9110565.

HSL color Cylindrical-coordinate representation of color #25048B: hue angle of 254.67º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25048B is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB374139-
CMYK0.730.9700.45
HSL254.67º94.41%28.04%-
HSV(B)254.67º97.12%54.51%-
XYZ5.472.3424.59-
YUV29.26189.93133.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.56%
GREEN value IS 4 (1.95% from 255) = 2.22%
BLUE value IS 139 (54.69% from 255) = 77.22%
R=20.56%
G=2.22%
B=77.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3741390.730.9700.45254.6794.4128.04
Hex2548B496102Dff5e1c
Octal45421311114105537713634
Binary1001011001000101110010011100001010110111111111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25048B; }

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

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

<style>
 a { background-color: #25048B; }

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

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

<style>
 span { border-color: #25048B; }

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

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