#1C0DB5

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

Shades of Ultramarine #1C0DB5

Tints of Ultramarine #1C0DB5

Color information

#1C0DB5 (or 0x1C0DB5) is unknown color: approx Ultramarine. HEX triplet: 1C, 0D and B5. RGB value is (28,13,181). Sum of RGB (Red+Green+Blue) = 28+13+181=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 181 (71.09% from 255 or 81.53% from 222); Max value from RGB is 181 - color contains mainly: blue. Hex color #1C0DB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C0DB5 is #E3F24A. Grayscale: #232323. Windows color (decimal): -14938699 or 11865372. OLE color: 11865372.

HSL color Cylindrical-coordinate representation of color #1C0DB5: hue angle of 245.36º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C0DB5 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2813181-
CMYK0.850.9300.29
HSL245.36º86.6%38.04%-
HSV(B)245.36º92.82%70.98%-
XYZ8.963.8743.99-
YUV36.64209.47121.84-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.61%
GREEN value IS 13 (5.47% from 255) = 5.86%
BLUE value IS 181 (71.09% from 255) = 81.53%
R=12.61%
G=5.86%
B=81.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal28131810.850.9300.29245.3686.638.04
Hex1CDB5555D01Df55726
Octal341526512513503536512746
Binary1110011011011010110101011011101011101111101011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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