#16275C

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

Shades of Sapphire #16275C

Tints of Sapphire #16275C

Color information

#16275C (or 0x16275C) is unknown color: approx Sapphire. HEX triplet: 16, 27 and 5C. RGB value is (22,39,92). Sum of RGB (Red+Green+Blue) = 22+39+92=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #16275C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16275C is #E9D8A3. Grayscale: #272727. Windows color (decimal): -15325348 or 6039318. OLE color: 6039318.

HSL color Cylindrical-coordinate representation of color #16275C: hue angle of 225.43º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16275C is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB223992-
CMYK0.760.5800.64
HSL225.43º61.4%22.35%-
HSV(B)225.43º76.09%36.08%-
XYZ2.992.3910.43-
YUV39.96157.37115.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.38%
GREEN value IS 39 (15.62% from 255) = 25.49%
BLUE value IS 92 (36.33% from 255) = 60.13%
R=14.38%
G=25.49%
B=60.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2239920.760.5800.64225.4361.422.35
Hex16275C4C3A040e13d16
Octal26471341147201003417526
Binary1011010011110111001001100111010010000001110000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16275C; }

 p { color: rgb(22,39,92); }

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

<style>
 a { background-color: #16275C; }

 a { background-color: rgb(22,39,92); }

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

<style>
 span { border-color: #16275C; }

 span { border-color: rgb(22,39,92); }

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