#1C1AAD

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

Shades of Ultramarine #1C1AAD

Tints of Ultramarine #1C1AAD

Color information

#1C1AAD (or 0x1C1AAD) is unknown color: approx Ultramarine. HEX triplet: 1C, 1A and AD. RGB value is (28,26,173). Sum of RGB (Red+Green+Blue) = 28+26+173=227 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.33% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C1AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C1AAD is #E3E552. Grayscale: #2A2A2A. Windows color (decimal): -14935379 or 11344412. OLE color: 11344412.

HSL color Cylindrical-coordinate representation of color #1C1AAD: hue angle of 240.82º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C1AAD is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2826173-
CMYK0.840.8500.32
HSL240.82º73.87%39.02%-
HSV(B)240.82º84.97%67.84%-
XYZ8.39439.87-
YUV43.36201.16117.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.33%
GREEN value IS 26 (10.55% from 255) = 11.45%
BLUE value IS 173 (67.97% from 255) = 76.21%
R=12.33%
G=11.45%
B=76.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28261730.840.8500.32240.8273.8739.02
Hex1C1AAD5455020f14a27
Octal343225512412504036111247
Binary111001101010101101101010010101010100000111100011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,26,173); }

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

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

 a { background-color: rgb(28,26,173); }

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

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

 span { border-color: rgb(28,26,173); }

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