#1C3370

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

Shades of Sapphire #1C3370

Tints of Sapphire #1C3370

Color information

#1C3370 (or 0x1C3370) is unknown color: approx Sapphire. HEX triplet: 1C, 33 and 70. RGB value is (28,51,112). Sum of RGB (Red+Green+Blue) = 28+51+112=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C3370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3370 is #E3CC8F. Grayscale: #323232. Windows color (decimal): -14929040 or 7353116. OLE color: 7353116.

HSL color Cylindrical-coordinate representation of color #1C3370: hue angle of 223.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C3370 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2851112-
CMYK0.750.5400.56
HSL223.57º60%27.45%-
HSV(B)223.57º75%43.92%-
XYZ4.593.7815.82-
YUV51.08162.38111.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 112 (44.14% from 255) = 58.64%
R=14.66%
G=26.70%
B=58.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28511120.750.5400.56223.576027.45
Hex1C33704B36038e03c1b
Octal3463160113660703407433
Binary111001100111110000100101111011001110001110000011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,51,112); }

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

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

 a { background-color: rgb(28,51,112); }

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

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

 span { border-color: rgb(28,51,112); }

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