#1D0E8C

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

Shades of Ultramarine #1D0E8C

Tints of Ultramarine #1D0E8C

Color information

#1D0E8C (or 0x1D0E8C) is unknown color: approx Ultramarine. HEX triplet: 1D, 0E and 8C. RGB value is (29,14,140). Sum of RGB (Red+Green+Blue) = 29+14+140=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 140 (55.08% from 255 or 76.50% from 183); Max value from RGB is 140 - color contains mainly: blue. Hex color #1D0E8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0E8C is #E2F173. Grayscale: #202020. Windows color (decimal): -14872948 or 9178653. OLE color: 9178653.

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

Color convert

RGB2914140-
CMYK0.790.9000.45
HSL247.14º81.82%30.2%-
HSV(B)247.14º90%54.9%-
XYZ5.42.4725-
YUV32.85188.47125.25-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.85%
GREEN value IS 14 (5.86% from 255) = 7.65%
BLUE value IS 140 (55.08% from 255) = 76.50%
R=15.85%
G=7.65%
B=76.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29141400.790.9000.45247.1481.8230.2
Hex1DE8C4F5A02Df7521e
Octal351621411713205536712236
Binary1110111101000110010011111011010010110111110111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,14,140); }

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

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

 a { background-color: rgb(29,14,140); }

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

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

 span { border-color: rgb(29,14,140); }

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