#1C1D8A

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

Shades of Ultramarine #1C1D8A

Tints of Ultramarine #1C1D8A

Color information

#1C1D8A (or 0x1C1D8A) is unknown color: approx Ultramarine. HEX triplet: 1C, 1D and 8A. RGB value is (28,29,138). Sum of RGB (Red+Green+Blue) = 28+29+138=195 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.36% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 138 (54.30% from 255 or 70.77% from 195); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C1D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C1D8A is #E3E275. Grayscale: #282828. Windows color (decimal): -14934646 or 9051420. OLE color: 9051420.

HSL color Cylindrical-coordinate representation of color #1C1D8A: hue angle of 239.45º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C1D8A is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2829138-
CMYK0.800.7900.46
HSL239.45º66.27%32.55%-
HSV(B)239.45º79.71%54.12%-
XYZ5.512.9624.33-
YUV41.13182.67118.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.36%
GREEN value IS 29 (11.72% from 255) = 14.87%
BLUE value IS 138 (54.30% from 255) = 70.77%
R=14.36%
G=14.87%
B=70.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal28291380.800.7900.46239.4566.2732.55
Hex1C1D8A504F02Eef4221
Octal343521212011705635710241
Binary111001110110001010101000010011110101110111011111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,29,138); }

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

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

 a { background-color: rgb(28,29,138); }

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

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

 span { border-color: rgb(28,29,138); }

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