#1D2B65

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

Shades of Sapphire #1D2B65

Tints of Sapphire #1D2B65

Color information

#1D2B65 (or 0x1D2B65) is unknown color: approx Sapphire. HEX triplet: 1D, 2B and 65. RGB value is (29,43,101). Sum of RGB (Red+Green+Blue) = 29+43+101=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #1D2B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2B65 is #E2D49A. Grayscale: #2D2D2D. Windows color (decimal): -14865563 or 6630173. OLE color: 6630173.

HSL color Cylindrical-coordinate representation of color #1D2B65: hue angle of 228.33º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D2B65 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2943101-
CMYK0.710.5700.60
HSL228.33º55.38%25.49%-
HSV(B)228.33º71.29%39.61%-
XYZ3.722.9312.68-
YUV45.43159.36116.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.76%
GREEN value IS 43 (17.19% from 255) = 24.86%
BLUE value IS 101 (39.84% from 255) = 58.38%
R=16.76%
G=24.86%
B=58.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal29431010.710.5700.60228.3355.3825.49
Hex1D2B65473903Ce43719
Octal3553145107710743446731
Binary111011010111100101100011111100101111001110010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,43,101); }

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

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

 a { background-color: rgb(29,43,101); }

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

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

 span { border-color: rgb(29,43,101); }

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