#1C17AA

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

Shades of Ultramarine #1C17AA

Tints of Ultramarine #1C17AA

Color information

#1C17AA (or 0x1C17AA) is unknown color: approx Ultramarine. HEX triplet: 1C, 17 and AA. RGB value is (28,23,170). Sum of RGB (Red+Green+Blue) = 28+23+170=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 170 (66.80% from 255 or 76.92% from 221); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C17AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C17AA is #E3E855. Grayscale: #282828. Windows color (decimal): -14936150 or 11147036. OLE color: 11147036.

HSL color Cylindrical-coordinate representation of color #1C17AA: hue angle of 242.04º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C17AA is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2823170-
CMYK0.840.8600.33
HSL242.04º76.17%37.84%-
HSV(B)242.04º86.47%66.67%-
XYZ8.043.7638.33-
YUV41.25200.66118.55-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.67%
GREEN value IS 23 (9.38% from 255) = 10.41%
BLUE value IS 170 (66.80% from 255) = 76.92%
R=12.67%
G=10.41%
B=76.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28231700.840.8600.33242.0476.1737.84
Hex1C17AA5456021f24c26
Octal342725212412604136211446
Binary111001011110101010101010010101100100001111100101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C17AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C17AA; }

 p { color: rgb(28,23,170); }

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

<style>
 a { background-color: #1C17AA; }

 a { background-color: rgb(28,23,170); }

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

<style>
 span { border-color: #1C17AA; }

 span { border-color: rgb(28,23,170); }

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