#183272

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

Shades of Sapphire #183272

Tints of Sapphire #183272

Color information

#183272 (or 0x183272) is unknown color: approx Sapphire. HEX triplet: 18, 32 and 72. RGB value is (24,50,114). Sum of RGB (Red+Green+Blue) = 24+50+114=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #183272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183272 is #E7CD8D. Grayscale: #313131. Windows color (decimal): -15191438 or 7483928. OLE color: 7483928.

HSL color Cylindrical-coordinate representation of color #183272: hue angle of 222.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #183272 is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2450114-
CMYK0.790.5600.55
HSL222.67º65.22%27.06%-
HSV(B)222.67º78.95%44.71%-
XYZ4.553.6916.39-
YUV49.52164.39109.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.77%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 114 (44.92% from 255) = 60.64%
R=12.77%
G=26.60%
B=60.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24501140.790.5600.55222.6765.2227.06
Hex1832724F38037df411b
Octal30621621177006733710133
Binary1100011001011100101001111111000011011111011111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183272; }

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

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

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

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

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

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

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

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