#1D069A

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

Shades of Ultramarine #1D069A

Tints of Ultramarine #1D069A

Color information

#1D069A (or 0x1D069A) is unknown color: approx Ultramarine. HEX triplet: 1D, 06 and 9A. RGB value is (29,6,154). Sum of RGB (Red+Green+Blue) = 29+6+154=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 154 (60.55% from 255 or 81.48% from 189); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D069A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D069A is #E2F965. Grayscale: #1D1D1D. Windows color (decimal): -14874982 or 10094109. OLE color: 10094109.

HSL color Cylindrical-coordinate representation of color #1D069A: hue angle of 249.32º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D069A is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB296154-
CMYK0.810.9600.40
HSL249.32º92.5%31.37%-
HSV(B)249.32º96.1%60.39%-
XYZ6.42.7230.76-
YUV29.75198.12127.47-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.34%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 154 (60.55% from 255) = 81.48%
R=15.34%
G=3.17%
B=81.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2961540.810.9600.40249.3292.531.37
Hex1D69A5160028f95c1f
Octal35623212114005037113437
Binary111011101001101010100011100000010100011111001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D069A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,6,154); }

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

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

 a { background-color: rgb(29,6,154); }

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

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

 span { border-color: rgb(29,6,154); }

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