#1C2C62

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

Shades of Sapphire #1C2C62

Tints of Sapphire #1C2C62

Color information

#1C2C62 (or 0x1C2C62) is unknown color: approx Sapphire. HEX triplet: 1C, 2C and 62. RGB value is (28,44,98). Sum of RGB (Red+Green+Blue) = 28+44+98=170 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.47% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #1C2C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2C62 is #E3D39D. Grayscale: #2D2D2D. Windows color (decimal): -14930846 or 6433820. OLE color: 6433820.

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

Color convert

RGB284498-
CMYK0.710.5500.62
HSL226.29º55.56%24.71%-
HSV(B)226.29º71.43%38.43%-
XYZ3.582.9311.93-
YUV45.37157.7115.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.47%
GREEN value IS 44 (17.58% from 255) = 25.88%
BLUE value IS 98 (38.67% from 255) = 57.65%
R=16.47%
G=25.88%
B=57.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2844980.710.5500.62226.2955.5624.71
Hex1C2C62473703Ee23819
Octal3454142107670763427031
Binary111001011001100010100011111011101111101110001011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,44,98); }

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

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

 a { background-color: rgb(28,44,98); }

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

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

 span { border-color: rgb(28,44,98); }

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