#1804A5

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

Shades of Ultramarine #1804A5

Tints of Ultramarine #1804A5

Color information

#1804A5 (or 0x1804A5) is unknown color: approx Ultramarine. HEX triplet: 18, 04 and A5. RGB value is (24,4,165). Sum of RGB (Red+Green+Blue) = 24+4+165=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 165 (64.84% from 255 or 85.49% from 193); Max value from RGB is 165 - color contains mainly: blue. Hex color #1804A5 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1804A5 is #E7FB5A. Grayscale: #1B1B1B. Windows color (decimal): -15203163 or 10814488. OLE color: 10814488.

HSL color Cylindrical-coordinate representation of color #1804A5: hue angle of 247.45º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1804A5 is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB244165-
CMYK0.850.9800.35
HSL247.45º95.27%33.14%-
HSV(B)247.45º97.58%64.71%-
XYZ7.21335.8-
YUV28.33205.13124.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.44%
GREEN value IS 4 (1.95% from 255) = 2.07%
BLUE value IS 165 (64.84% from 255) = 85.49%
R=12.44%
G=2.07%
B=85.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2441650.850.9800.35247.4595.2733.14
Hex184A55562023f75f21
Octal30424512514204336713741
Binary1100010010100101101010111000100100011111101111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1804A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1804A5; }

 p { color: rgb(24,4,165); }

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

<style>
 a { background-color: #1804A5; }

 a { background-color: rgb(24,4,165); }

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

<style>
 span { border-color: #1804A5; }

 span { border-color: rgb(24,4,165); }

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