#1905AE

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

Shades of Ultramarine #1905AE

Tints of Ultramarine #1905AE

Color information

#1905AE (or 0x1905AE) is unknown color: approx Ultramarine. HEX triplet: 19, 05 and AE. RGB value is (25,5,174). Sum of RGB (Red+Green+Blue) = 25+5+174=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 174 (68.36% from 255 or 85.29% from 204); Max value from RGB is 174 - color contains mainly: blue. Hex color #1905AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1905AE is #E6FA51. Grayscale: #1D1D1D. Windows color (decimal): -15137362 or 11404569. OLE color: 11404569.

HSL color Cylindrical-coordinate representation of color #1905AE: hue angle of 247.1º degrees, saturation: 0.94, 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 #1905AE is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB255174-
CMYK0.860.9700.32
HSL247.1º94.41%35.1%-
HSV(B)247.1º97.13%68.24%-
XYZ8.13.3740.27-
YUV30.25209.13124.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.25%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 174 (68.36% from 255) = 85.29%
R=12.25%
G=2.45%
B=85.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2551740.860.9700.32247.194.4135.1
Hex195AE5661020f75e23
Octal31525612614104036713643
Binary1100110110101110101011011000010100000111101111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1905AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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