#1C11AF

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

Shades of Ultramarine #1C11AF

Tints of Ultramarine #1C11AF

Color information

#1C11AF (or 0x1C11AF) is unknown color: approx Ultramarine. HEX triplet: 1C, 11 and AF. RGB value is (28,17,175). Sum of RGB (Red+Green+Blue) = 28+17+175=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 175 (68.75% from 255 or 79.55% from 220); Max value from RGB is 175 - color contains mainly: blue. Hex color #1C11AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C11AF is #E3EE50. Grayscale: #252525. Windows color (decimal): -14937681 or 11473180. OLE color: 11473180.

HSL color Cylindrical-coordinate representation of color #1C11AF: hue angle of 244.18º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C11AF is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2817175-
CMYK0.840.9000.31
HSL244.18º82.29%37.65%-
HSV(B)244.18º90.29%68.63%-
XYZ8.423.7440.84-
YUV38.3205.14120.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.73%
GREEN value IS 17 (7.03% from 255) = 7.73%
BLUE value IS 175 (68.75% from 255) = 79.55%
R=12.73%
G=7.73%
B=79.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28171750.840.9000.31244.1882.2937.65
Hex1C11AF545A01Ff45226
Octal342125712413203736412246
Binary11100100011010111110101001011010011111111101001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C11AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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