#16245C

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

Shades of Sapphire #16245C

Tints of Sapphire #16245C

Color information

#16245C (or 0x16245C) is unknown color: approx Sapphire. HEX triplet: 16, 24 and 5C. RGB value is (22,36,92). Sum of RGB (Red+Green+Blue) = 22+36+92=150 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.67% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 92 (36.33% from 255 or 61.33% from 150); Max value from RGB is 92 - color contains mainly: blue. Hex color #16245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16245C is #E9DBA3. Grayscale: #252525. Windows color (decimal): -15326116 or 6038550. OLE color: 6038550.

HSL color Cylindrical-coordinate representation of color #16245C: hue angle of 228º 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 #16245C is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB223692-
CMYK0.760.6100.64
HSL228º61.4%22.35%-
HSV(B)228º76.09%36.08%-
XYZ2.892.2110.4-
YUV38.2158.36116.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.67%
GREEN value IS 36 (14.45% from 255) = 24%
BLUE value IS 92 (36.33% from 255) = 61.33%
R=14.67%
G=24%
B=61.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2236920.760.6100.6422861.422.35
Hex16245C4C3D040e43d16
Octal26441341147501003447526
Binary1011010010010111001001100111101010000001110010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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