#1D3169

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

Shades of Sapphire #1D3169

Tints of Sapphire #1D3169

Color information

#1D3169 (or 0x1D3169) is unknown color: approx Sapphire. HEX triplet: 1D, 31 and 69. RGB value is (29,49,105). Sum of RGB (Red+Green+Blue) = 29+49+105=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #1D3169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3169 is #E2CE96. Grayscale: #313131. Windows color (decimal): -14864023 or 6893853. OLE color: 6893853.

HSL color Cylindrical-coordinate representation of color #1D3169: hue angle of 224.21º 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 #1D3169 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2949105-
CMYK0.720.5300.59
HSL224.21º56.72%26.27%-
HSV(B)224.21º72.38%41.18%-
XYZ4.153.4813.82-
YUV49.4159.37113.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.85%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 105 (41.41% from 255) = 57.38%
R=15.85%
G=26.78%
B=57.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29491050.720.5300.59224.2156.7226.27
Hex1D3169483503Be0391a
Octal3561151110650733407132
Binary111011100011101001100100011010101110111110000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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