#1C2E6D

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

Shades of Sapphire #1C2E6D

Tints of Sapphire #1C2E6D

Color information

#1C2E6D (or 0x1C2E6D) is unknown color: approx Sapphire. HEX triplet: 1C, 2E and 6D. RGB value is (28,46,109). Sum of RGB (Red+Green+Blue) = 28+46+109=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 109 (42.97% from 255 or 59.56% from 183); Max value from RGB is 109 - color contains mainly: blue. Hex color #1C2E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2E6D is #E3D192. Grayscale: #2F2F2F. Windows color (decimal): -14930323 or 7155228. OLE color: 7155228.

HSL color Cylindrical-coordinate representation of color #1C2E6D: hue angle of 226.67º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C2E6D is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2846109-
CMYK0.740.5800.57
HSL226.67º59.12%26.86%-
HSV(B)226.67º74.31%42.75%-
XYZ4.223.314.88-
YUV47.8162.54113.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.30%
GREEN value IS 46 (18.36% from 255) = 25.14%
BLUE value IS 109 (42.97% from 255) = 59.56%
R=15.30%
G=25.14%
B=59.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28461090.740.5800.57226.6759.1226.86
Hex1C2E6D4A3A039e33b1b
Octal3456155112720713437333
Binary111001011101101101100101011101001110011110001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,46,109); }

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

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

 a { background-color: rgb(28,46,109); }

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

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

 span { border-color: rgb(28,46,109); }

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