#2619ae

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

Shades of Ultramarine #2619AE

Tints of Ultramarine #2619AE

Color information

#2619AE (or 0x2619AE) is unknown color: approx Ultramarine. HEX triplet: 26, 19 and AE. RGB value is (38,25,174). Sum of RGB (Red+Green+Blue) = 38+25+174=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 174 (68.36% from 255 or 73.42% from 237); Max value from RGB is 174 - color contains mainly: blue. Hex color #2619AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2619AE is #D9E651. Grayscale: #2D2D2D. Windows color (decimal): -14280274 or 11409702. OLE color: 11409702.

HSL color Cylindrical-coordinate representation of color #2619AE: hue angle of 245.23º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2619AE is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3825174-
CMYK0.780.8600.32
HSL245.23º74.87%39.02%-
HSV(B)245.23º85.63%68.24%-
XYZ8.794.1640.38-
YUV45.87200.31122.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.03%
GREEN value IS 25 (10.16% from 255) = 10.55%
BLUE value IS 174 (68.36% from 255) = 73.42%
R=16.03%
G=10.55%
B=73.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal38251740.780.8600.32245.2374.8739.02
Hex2619AE4E56020f54b27
Octal463125611612604036511347
Binary1001101100110101110100111010101100100000111101011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2619ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2619ae; }

 p { color: rgb(38,25,174); }

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

<style>
 a { background-color: #2619ae; }

 a { background-color: rgb(38,25,174); }

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

<style>
 span { border-color: #2619ae; }

 span { border-color: rgb(38,25,174); }

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