#1D2D66

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

Shades of Sapphire #1D2D66

Tints of Sapphire #1D2D66

Color information

#1D2D66 (or 0x1D2D66) is unknown color: approx Sapphire. HEX triplet: 1D, 2D and 66. RGB value is (29,45,102). Sum of RGB (Red+Green+Blue) = 29+45+102=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D2D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2D66 is #E2D299. Grayscale: #2E2E2E. Windows color (decimal): -14865050 or 6696221. OLE color: 6696221.

HSL color Cylindrical-coordinate representation of color #1D2D66: hue angle of 226.85º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D2D66 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2945102-
CMYK0.720.5600.6
HSL226.85º55.73%25.69%-
HSV(B)226.85º71.57%40%-
XYZ3.843.112.97-
YUV46.71159.2115.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.48%
GREEN value IS 45 (17.97% from 255) = 25.57%
BLUE value IS 102 (40.23% from 255) = 57.95%
R=16.48%
G=25.57%
B=57.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal29451020.720.5600.6226.8555.7325.69
Hex1D2D66483803Ce3381a
Octal3555146110700743437032
Binary111011011011100110100100011100001111001110001111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,45,102); }

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

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

 a { background-color: rgb(29,45,102); }

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

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

 span { border-color: rgb(29,45,102); }

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