#1D3069

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

Shades of Sapphire #1D3069

Tints of Sapphire #1D3069

Color information

#1D3069 (or 0x1D3069) is unknown color: approx Sapphire. HEX triplet: 1D, 30 and 69. RGB value is (29,48,105). Sum of RGB (Red+Green+Blue) = 29+48+105=182 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.93% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #1D3069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3069 is #E2CF96. Grayscale: #303030. Windows color (decimal): -14864279 or 6893597. OLE color: 6893597.

HSL color Cylindrical-coordinate representation of color #1D3069: hue angle of 225º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D3069 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2948105-
CMYK0.720.5400.59
HSL225º56.72%26.27%-
HSV(B)225º72.38%41.18%-
XYZ4.113.413.8-
YUV48.82159.71113.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.93%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 105 (41.41% from 255) = 57.69%
R=15.93%
G=26.37%
B=57.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29481050.720.5400.5922556.7226.27
Hex1D3069483603Be1391a
Octal3560151110660733417132
Binary111011100001101001100100011011001110111110000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,48,105); }

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

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

 a { background-color: rgb(29,48,105); }

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

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

 span { border-color: rgb(29,48,105); }

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