#1C0EAD

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

Shades of Ultramarine #1C0EAD

Tints of Ultramarine #1C0EAD

Color information

#1C0EAD (or 0x1C0EAD) is unknown color: approx Ultramarine. HEX triplet: 1C, 0E and AD. RGB value is (28,14,173). Sum of RGB (Red+Green+Blue) = 28+14+173=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 173 (67.97% from 255 or 80.47% from 215); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C0EAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0EAD is #E3F152. Grayscale: #232323. Windows color (decimal): -14938451 or 11341340. OLE color: 11341340.

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

Color convert

RGB2814173-
CMYK0.840.9200.32
HSL245.28º85.03%36.67%-
HSV(B)245.28º91.91%67.84%-
XYZ8.183.5839.79-
YUV36.31205.14122.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.02%
GREEN value IS 14 (5.86% from 255) = 6.51%
BLUE value IS 173 (67.97% from 255) = 80.47%
R=13.02%
G=6.51%
B=80.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28141730.840.9200.32245.2885.0336.67
Hex1CEAD545C020f55525
Octal341625512413404036512545
Binary11100111010101101101010010111000100000111101011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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