#2506AC

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

Shades of Ultramarine #2506AC

Tints of Ultramarine #2506AC

Color information

#2506AC (or 0x2506AC) is unknown color: approx Ultramarine. HEX triplet: 25, 06 and AC. RGB value is (37,6,172). Sum of RGB (Red+Green+Blue) = 37+6+172=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 172 (67.58% from 255 or 80% from 215); Max value from RGB is 172 - color contains mainly: blue. Hex color #2506AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2506AC is #DAF953. Grayscale: #212121. Windows color (decimal): -14350676 or 11273765. OLE color: 11273765.

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

Color convert

RGB376172-
CMYK0.780.9700.33
HSL251.2º93.26%34.9%-
HSV(B)251.2º96.51%67.45%-
XYZ8.273.539.27-
YUV34.19205.77130-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.21%
GREEN value IS 6 (2.73% from 255) = 2.79%
BLUE value IS 172 (67.58% from 255) = 80%
R=17.21%
G=2.79%
B=80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3761720.780.9700.33251.293.2634.9
Hex256AC4E61021fb5d23
Octal45625411614104137313543
Binary10010111010101100100111011000010100001111110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2506AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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