#1C11A4

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

Shades of Ultramarine #1C11A4

Tints of Ultramarine #1C11A4

Color information

#1C11A4 (or 0x1C11A4) is unknown color: approx Ultramarine. HEX triplet: 1C, 11 and A4. RGB value is (28,17,164). Sum of RGB (Red+Green+Blue) = 28+17+164=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 164 (64.45% from 255 or 78.47% from 209); Max value from RGB is 164 - color contains mainly: blue. Hex color #1C11A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C11A4 is #E3EE5B. Grayscale: #242424. Windows color (decimal): -14937692 or 10752284. OLE color: 10752284.

HSL color Cylindrical-coordinate representation of color #1C11A4: hue angle of 244.49º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C11A4 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2817164-
CMYK0.830.9000.36
HSL244.49º81.22%35.49%-
HSV(B)244.49º89.63%64.31%-
XYZ7.383.3335.38-
YUV37.05199.64121.55-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.40%
GREEN value IS 17 (7.03% from 255) = 8.13%
BLUE value IS 164 (64.45% from 255) = 78.47%
R=13.40%
G=8.13%
B=78.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28171640.830.9000.36244.4981.2235.49
Hex1C11A4535A024f45123
Octal342124412313204436412143
Binary111001000110100100101001110110100100100111101001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C11A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,17,164); }

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

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

 a { background-color: rgb(28,17,164); }

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

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

 span { border-color: rgb(28,17,164); }

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