#1D007C

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

Shades of Ultramarine #1D007C

Tints of Ultramarine #1D007C

Color information

#1D007C (or 0x1D007C) is unknown color: approx Ultramarine. HEX triplet: 1D, 00 and 7C. RGB value is (29,0,124). Sum of RGB (Red+Green+Blue) = 29+0+124=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 124 (48.83% from 255 or 81.05% from 153); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D007C is #E2FF83. Grayscale: #161616. Windows color (decimal): -14876548 or 8126493. OLE color: 8126493.

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

Color convert

RGB290124-
CMYK0.77100.51
HSL254.03º100%24.31%-
HSV(B)254.03º100%48.63%-
XYZ4.141.7219.18-
YUV22.81185.11132.42-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 81.05%
R=18.95%
G=0%
B=81.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2901240.77100.51254.0310024.31
Hex1D07C4D64033fe6418
Octal35017411514406337614430
Binary111010111110010011011100100011001111111110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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