#1705A4

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

Shades of Ultramarine #1705A4

Tints of Ultramarine #1705A4

Color information

#1705A4 (or 0x1705A4) is unknown color: approx Ultramarine. HEX triplet: 17, 05 and A4. RGB value is (23,5,164). Sum of RGB (Red+Green+Blue) = 23+5+164=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 164 (64.45% from 255 or 85.42% from 192); Max value from RGB is 164 - color contains mainly: blue. Hex color #1705A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1705A4 is #E8FA5B. Grayscale: #1B1B1B. Windows color (decimal): -15268444 or 10749207. OLE color: 10749207.

HSL color Cylindrical-coordinate representation of color #1705A4: hue angle of 246.79º 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 #1705A4 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB235164-
CMYK0.860.9700.36
HSL246.79º94.08%33.14%-
HSV(B)246.79º96.95%64.31%-
XYZ7.112.9735.32-
YUV28.51204.46124.07-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.98%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 164 (64.45% from 255) = 85.42%
R=11.98%
G=2.60%
B=85.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2351640.860.9700.36246.7994.0833.14
Hex175A45661024f75e21
Octal27524412614104436713641
Binary1011110110100100101011011000010100100111101111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1705A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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