#1417a4

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

Shades of Ultramarine #1417A4

Tints of Ultramarine #1417A4

Color information

#1417A4 (or 0x1417A4) is unknown color: approx Ultramarine. HEX triplet: 14, 17 and A4. RGB value is (20,23,164). Sum of RGB (Red+Green+Blue) = 20+23+164=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 164 (64.45% from 255 or 79.23% from 207); Max value from RGB is 164 - color contains mainly: blue. Hex color #1417A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1417A4 is #EBE85B. Grayscale: #252525. Windows color (decimal): -15460444 or 10753812. OLE color: 10753812.

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

Color convert

RGB2023164-
CMYK0.880.8600.36
HSL238.75º78.26%36.08%-
HSV(B)238.75º87.8%64.31%-
XYZ7.33.4435.4-
YUV38.18199.01115.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.66%
GREEN value IS 23 (9.38% from 255) = 11.11%
BLUE value IS 164 (64.45% from 255) = 79.23%
R=9.66%
G=11.11%
B=79.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20231640.880.8600.36238.7578.2636.08
Hex1417A45856024ef4e24
Octal242724413012604435711644
Binary101001011110100100101100010101100100100111011111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1417a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1417a4; }

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

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

<style>
 a { background-color: #1417a4; }

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

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

<style>
 span { border-color: #1417a4; }

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

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