#25268F

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

Shades of Ultramarine #25268F

Tints of Ultramarine #25268F

Color information

#25268F (or 0x25268F) is unknown color: approx Ultramarine. HEX triplet: 25, 26 and 8F. RGB value is (37,38,143). Sum of RGB (Red+Green+Blue) = 37+38+143=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 143 (56.25% from 255 or 65.60% from 218); Max value from RGB is 143 - color contains mainly: blue. Hex color #25268F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25268F is #DAD970. Grayscale: #313131. Windows color (decimal): -14342513 or 9381413. OLE color: 9381413.

HSL color Cylindrical-coordinate representation of color #25268F: hue angle of 239.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25268F is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3738143-
CMYK0.740.7300.44
HSL239.43º58.89%35.29%-
HSV(B)239.43º74.13%56.08%-
XYZ6.413.7626.37-
YUV49.67180.67118.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.97%
GREEN value IS 38 (15.23% from 255) = 17.43%
BLUE value IS 143 (56.25% from 255) = 65.60%
R=16.97%
G=17.43%
B=65.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37381430.740.7300.44239.4358.8935.29
Hex25268F4A4902Cef3b23
Octal45462171121110543577343
Binary1001011001101000111110010101001001010110011101111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25268F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,38,143); }

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

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

 a { background-color: rgb(37,38,143); }

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

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

 span { border-color: rgb(37,38,143); }

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