#1D018C

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

Shades of Ultramarine #1D018C

Tints of Ultramarine #1D018C

Color information

#1D018C (or 0x1D018C) is unknown color: approx Ultramarine. HEX triplet: 1D, 01 and 8C. RGB value is (29,1,140). Sum of RGB (Red+Green+Blue) = 29+1+140=170 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.06% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 140 (55.08% from 255 or 82.35% from 170); Max value from RGB is 140 - color contains mainly: blue. Hex color #1D018C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D018C is #E2FE73. Grayscale: #181818. Windows color (decimal): -14876276 or 9175325. OLE color: 9175325.

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

Color convert

RGB291140-
CMYK0.790.9900.45
HSL252.09º98.58%27.65%-
HSV(B)252.09º99.29%54.9%-
XYZ5.252.1824.95-
YUV25.22192.78130.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.06%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 140 (55.08% from 255) = 82.35%
R=17.06%
G=0.59%
B=82.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2911400.790.9900.45252.0998.5827.65
Hex1D18C4F6302Dfc631c
Octal35121411714305537414334
Binary1110111000110010011111100011010110111111100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D018C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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