#2506AE

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

Shades of Ultramarine #2506AE

Tints of Ultramarine #2506AE

Color information

#2506AE (or 0x2506AE) is unknown color: approx Ultramarine. HEX triplet: 25, 06 and AE. RGB value is (37,6,174). Sum of RGB (Red+Green+Blue) = 37+6+174=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 174 (68.36% from 255 or 80.18% from 217); Max value from RGB is 174 - color contains mainly: blue. Hex color #2506AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2506AE is #DAF951. Grayscale: #212121. Windows color (decimal): -14350674 or 11404837. OLE color: 11404837.

HSL color Cylindrical-coordinate representation of color #2506AE: hue angle of 251.07º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2506AE is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB376174-
CMYK0.790.9700.32
HSL251.07º93.33%35.29%-
HSV(B)251.07º96.55%68.24%-
XYZ8.473.5840.29-
YUV34.42206.77129.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 6 (2.73% from 255) = 2.76%
BLUE value IS 174 (68.36% from 255) = 80.18%
R=17.05%
G=2.76%
B=80.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3761740.790.9700.32251.0793.3335.29
Hex256AE4F61020fb5d23
Octal45625611714104037313543
Binary10010111010101110100111111000010100000111110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2506AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2506AE; }

 p { color: rgb(37,6,174); }

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

<style>
 a { background-color: #2506AE; }

 a { background-color: rgb(37,6,174); }

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

<style>
 span { border-color: #2506AE; }

 span { border-color: rgb(37,6,174); }

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