#1D069F

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

Shades of Ultramarine #1D069F

Tints of Ultramarine #1D069F

Color information

#1D069F (or 0x1D069F) is unknown color: approx Ultramarine. HEX triplet: 1D, 06 and 9F. RGB value is (29,6,159). Sum of RGB (Red+Green+Blue) = 29+6+159=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 159 (62.5% from 255 or 81.96% from 194); Max value from RGB is 159 - color contains mainly: blue. Hex color #1D069F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D069F is #E2F960. Grayscale: #1D1D1D. Windows color (decimal): -14874977 or 10421789. OLE color: 10421789.

HSL color Cylindrical-coordinate representation of color #1D069F: hue angle of 249.02º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D069F is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB296159-
CMYK0.820.9600.38
HSL249.02º92.73%32.35%-
HSV(B)249.02º96.23%62.35%-
XYZ6.832.8933-
YUV30.32200.62127.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.95%
GREEN value IS 6 (2.73% from 255) = 3.09%
BLUE value IS 159 (62.5% from 255) = 81.96%
R=14.95%
G=3.09%
B=81.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2961590.820.9600.38249.0292.7332.35
Hex1D69F5260026f95d20
Octal35623712214004637113540
Binary1110111010011111101001011000000100110111110011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D069F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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