#1C0DB0

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

Shades of Ultramarine #1C0DB0

Tints of Ultramarine #1C0DB0

Color information

#1C0DB0 (or 0x1C0DB0) is unknown color: approx Ultramarine. HEX triplet: 1C, 0D and B0. RGB value is (28,13,176). Sum of RGB (Red+Green+Blue) = 28+13+176=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 176 (69.14% from 255 or 81.11% from 217); Max value from RGB is 176 - color contains mainly: blue. Hex color #1C0DB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0DB0 is #E3F24F. Grayscale: #232323. Windows color (decimal): -14938704 or 11537692. OLE color: 11537692.

HSL color Cylindrical-coordinate representation of color #1C0DB0: hue angle of 245.52º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C0DB0 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2813176-
CMYK0.840.9300.31
HSL245.52º86.24%37.06%-
HSV(B)245.52º92.61%69.02%-
XYZ8.463.6741.34-
YUV36.07206.97122.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.90%
GREEN value IS 13 (5.47% from 255) = 5.99%
BLUE value IS 176 (69.14% from 255) = 81.11%
R=12.90%
G=5.99%
B=81.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28131760.840.9300.31245.5286.2437.06
Hex1CDB0545D01Ff65625
Octal341526012413503736612645
Binary1110011011011000010101001011101011111111101101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,13,176); }

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

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

 a { background-color: rgb(28,13,176); }

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

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

 span { border-color: rgb(28,13,176); }

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