#2506A1

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

Shades of Ultramarine #2506A1

Tints of Ultramarine #2506A1

Color information

#2506A1 (or 0x2506A1) is unknown color: approx Ultramarine. HEX triplet: 25, 06 and A1. RGB value is (37,6,161). Sum of RGB (Red+Green+Blue) = 37+6+161=204 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.14% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 161 (63.28% from 255 or 78.92% from 204); Max value from RGB is 161 - color contains mainly: blue. Hex color #2506A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2506A1 is #DAF95E. Grayscale: #202020. Windows color (decimal): -14350687 or 10552869. OLE color: 10552869.

HSL color Cylindrical-coordinate representation of color #2506A1: hue angle of 252º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2506A1 is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB376161-
CMYK0.770.9600.37
HSL252º92.81%32.75%-
HSV(B)252º96.27%63.14%-
XYZ7.263.133.93-
YUV32.94200.27130.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.14%
GREEN value IS 6 (2.73% from 255) = 2.94%
BLUE value IS 161 (63.28% from 255) = 78.92%
R=18.14%
G=2.94%
B=78.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal3761610.770.9600.3725292.8132.75
Hex256A14D60025fc5d21
Octal45624111514004537413541
Binary10010111010100001100110111000000100101111111001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2506A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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