#25008E

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

Shades of Ultramarine #25008E

Tints of Ultramarine #25008E

Color information

#25008E (or 0x25008E) is unknown color: approx Ultramarine. HEX triplet: 25, 00 and 8E. RGB value is (37,0,142). Sum of RGB (Red+Green+Blue) = 37+0+142=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 142 (55.86% from 255 or 79.33% from 179); Max value from RGB is 142 - color contains mainly: blue. Hex color #25008E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #25008E is #DAFF71. Grayscale: #1A1A1A. Windows color (decimal): -14352242 or 9306149. OLE color: 9306149.

HSL color Cylindrical-coordinate representation of color #25008E: hue angle of 255.63º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25008E is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB370142-
CMYK0.74100.44
HSL255.63º100%27.84%-
HSV(B)255.63º100%55.69%-
XYZ5.652.3525.75-
YUV27.25192.76134.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 79.33%
R=20.67%
G=0%
B=79.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3701420.74100.44255.6310027.84
Hex2508E4A6402C100641c
Octal45021611214405440014434
Binary100101010001110100101011001000101100100000000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25008E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,0,142); }

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

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

 a { background-color: rgb(37,0,142); }

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

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

 span { border-color: rgb(37,0,142); }

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