#1C2D6E

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

Shades of Sapphire #1C2D6E

Tints of Sapphire #1C2D6E

Color information

#1C2D6E (or 0x1C2D6E) is unknown color: approx Sapphire. HEX triplet: 1C, 2D and 6E. RGB value is (28,45,110). Sum of RGB (Red+Green+Blue) = 28+45+110=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #1C2D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2D6E is #E3D291. Grayscale: #2F2F2F. Windows color (decimal): -14930578 or 7220508. OLE color: 7220508.

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

Color convert

RGB2845110-
CMYK0.750.5900.57
HSL227.56º59.42%27.06%-
HSV(B)227.56º74.55%43.14%-
XYZ4.233.2515.16-
YUV47.33163.37114.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.30%
GREEN value IS 45 (17.97% from 255) = 24.59%
BLUE value IS 110 (43.36% from 255) = 60.11%
R=15.30%
G=24.59%
B=60.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28451100.750.5900.57227.5659.4227.06
Hex1C2D6E4B3B039e43b1b
Octal3455156113730713447333
Binary111001011011101110100101111101101110011110010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,45,110); }

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

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

 a { background-color: rgb(28,45,110); }

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

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

 span { border-color: rgb(28,45,110); }

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