#1C0D8B

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

Shades of Ultramarine #1C0D8B

Tints of Ultramarine #1C0D8B

Color information

#1C0D8B (or 0x1C0D8B) is unknown color: approx Ultramarine. HEX triplet: 1C, 0D and 8B. RGB value is (28,13,139). Sum of RGB (Red+Green+Blue) = 28+13+139=180 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.56% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 139 (54.69% from 255 or 77.22% from 180); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C0D8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0D8B is #E3F274. Grayscale: #1F1F1F. Windows color (decimal): -14938741 or 9112860. OLE color: 9112860.

HSL color Cylindrical-coordinate representation of color #1C0D8B: hue angle of 247.14º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C0D8B is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2813139-
CMYK0.800.9100.45
HSL247.14º82.89%29.8%-
HSV(B)247.14º90.65%54.51%-
XYZ5.282.424.61-
YUV31.85188.47125.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.56%
GREEN value IS 13 (5.47% from 255) = 7.22%
BLUE value IS 139 (54.69% from 255) = 77.22%
R=15.56%
G=7.22%
B=77.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal28131390.800.9100.45247.1482.8929.8
Hex1CD8B505B02Df7531e
Octal341521312013305536712336
Binary1110011011000101110100001011011010110111110111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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