#1D027C

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

Shades of Ultramarine #1D027C

Tints of Ultramarine #1D027C

Color information

#1D027C (or 0x1D027C) is unknown color: approx Ultramarine. HEX triplet: 1D, 02 and 7C. RGB value is (29,2,124). Sum of RGB (Red+Green+Blue) = 29+2+124=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 124 (48.83% from 255 or 80% from 155); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D027C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D027C is #E2FD83. Grayscale: #171717. Windows color (decimal): -14876036 or 8127005. OLE color: 8127005.

HSL color Cylindrical-coordinate representation of color #1D027C: hue angle of 253.28º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D027C is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB292124-
CMYK0.770.9800.51
HSL253.28º96.83%24.71%-
HSV(B)253.28º98.39%48.63%-
XYZ4.171.7619.19-
YUV23.98184.45131.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.71%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 124 (48.83% from 255) = 80%
R=18.71%
G=1.29%
B=80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2921240.770.9800.51253.2896.8324.71
Hex1D27C4D62033fd6119
Octal35217411514206337514131
Binary1110110111110010011011100010011001111111101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,2,124); }

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

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

 a { background-color: rgb(29,2,124); }

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

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

 span { border-color: rgb(29,2,124); }

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