#1404A4

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

Shades of Ultramarine #1404A4

Tints of Ultramarine #1404A4

Color information

#1404A4 (or 0x1404A4) is unknown color: approx Ultramarine. HEX triplet: 14, 04 and A4. RGB value is (20,4,164). Sum of RGB (Red+Green+Blue) = 20+4+164=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 164 (64.45% from 255 or 87.23% from 188); Max value from RGB is 164 - color contains mainly: blue. Hex color #1404A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1404A4 is #EBFB5B. Grayscale: #1A1A1A. Windows color (decimal): -15465308 or 10748948. OLE color: 10748948.

HSL color Cylindrical-coordinate representation of color #1404A4: hue angle of 246º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1404A4 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB204164-
CMYK0.880.9800.36
HSL246º95.24%32.94%-
HSV(B)246º97.56%64.31%-
XYZ7.032.9235.31-
YUV27.02205.3122.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.64%
GREEN value IS 4 (1.95% from 255) = 2.13%
BLUE value IS 164 (64.45% from 255) = 87.23%
R=10.64%
G=2.13%
B=87.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2041640.880.9800.3624695.2432.94
Hex144A45862024f65f21
Octal24424413014204436613741
Binary1010010010100100101100011000100100100111101101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1404A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1404A4; }

 p { color: rgb(20,4,164); }

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

<style>
 a { background-color: #1404A4; }

 a { background-color: rgb(20,4,164); }

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

<style>
 span { border-color: #1404A4; }

 span { border-color: rgb(20,4,164); }

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