#1605A4

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

Shades of Ultramarine #1605A4

Tints of Ultramarine #1605A4

Color information

#1605A4 (or 0x1605A4) is unknown color: approx Ultramarine. HEX triplet: 16, 05 and A4. RGB value is (22,5,164). Sum of RGB (Red+Green+Blue) = 22+5+164=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 164 (64.45% from 255 or 85.86% from 191); Max value from RGB is 164 - color contains mainly: blue. Hex color #1605A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1605A4 is #E9FA5B. Grayscale: #1B1B1B. Windows color (decimal): -15333980 or 10749206. OLE color: 10749206.

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

Color convert

RGB225164-
CMYK0.870.9700.36
HSL246.42º94.08%33.14%-
HSV(B)246.42º96.95%64.31%-
XYZ7.092.9635.32-
YUV28.21204.63123.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.52%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 164 (64.45% from 255) = 85.86%
R=11.52%
G=2.62%
B=85.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2251640.870.9700.36246.4294.0833.14
Hex165A45761024f65e21
Octal26524412714104436613641
Binary1011010110100100101011111000010100100111101101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1605A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,5,164); }

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

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

 a { background-color: rgb(22,5,164); }

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

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

 span { border-color: rgb(22,5,164); }

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