#2500A7

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

Shades of Ultramarine #2500A7

Tints of Ultramarine #2500A7

Color information

#2500A7 (or 0x2500A7) is unknown color: approx Ultramarine. HEX triplet: 25, 00 and A7. RGB value is (37,0,167). Sum of RGB (Red+Green+Blue) = 37+0+167=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 167 (65.62% from 255 or 81.86% from 204); Max value from RGB is 167 - color contains mainly: blue. Hex color #2500A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2500A7 is #DAFF58. Grayscale: #1D1D1D. Windows color (decimal): -14352217 or 10944549. OLE color: 10944549.

HSL color Cylindrical-coordinate representation of color #2500A7: hue angle of 253.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2500A7 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB370167-
CMYK0.78100.35
HSL253.29º100%32.75%-
HSV(B)253.29º100%65.49%-
XYZ7.743.1836.77-
YUV30.1205.26132.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 167 (65.62% from 255) = 81.86%
R=18.14%
G=0%
B=81.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal3701670.78100.35253.2910032.75
Hex250A74E64023fd6421
Octal45024711614404337514441
Binary100101010100111100111011001000100011111111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2500A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2500A7; }

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

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

<style>
 a { background-color: #2500A7; }

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

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

<style>
 span { border-color: #2500A7; }

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

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