#183265

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

Shades of Sapphire #183265

Tints of Sapphire #183265

Color information

#183265 (or 0x183265) is unknown color: approx Sapphire. HEX triplet: 18, 32 and 65. RGB value is (24,50,101). Sum of RGB (Red+Green+Blue) = 24+50+101=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #183265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183265 is #E7CD9A. Grayscale: #2F2F2F. Windows color (decimal): -15191451 or 6631960. OLE color: 6631960.

HSL color Cylindrical-coordinate representation of color #183265: hue angle of 219.74º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #183265 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2450101-
CMYK0.760.5000.60
HSL219.74º61.6%24.51%-
HSV(B)219.74º76.24%39.61%-
XYZ3.873.4112.77-
YUV48.04157.89110.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.71%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 101 (39.84% from 255) = 57.71%
R=13.71%
G=28.57%
B=57.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24501010.760.5000.60219.7461.624.51
Hex1832654C3203Cdc3e19
Octal3062145114620743347631
Binary110001100101100101100110011001001111001101110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183265; }

 p { color: rgb(24,50,101); }

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

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

 a { background-color: rgb(24,50,101); }

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

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

 span { border-color: rgb(24,50,101); }

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