#183472

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

Shades of Sapphire #183472

Tints of Sapphire #183472

Color information

#183472 (or 0x183472) is unknown color: approx Sapphire. HEX triplet: 18, 34 and 72. RGB value is (24,52,114). Sum of RGB (Red+Green+Blue) = 24+52+114=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #183472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183472 is #E7CB8D. Grayscale: #323232. Windows color (decimal): -15190926 or 7484440. OLE color: 7484440.

HSL color Cylindrical-coordinate representation of color #183472: hue angle of 221.33º 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 #183472 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2452114-
CMYK0.790.5400.55
HSL221.33º65.22%27.06%-
HSV(B)221.33º78.95%44.71%-
XYZ4.643.8716.42-
YUV50.7163.72108.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.63%
GREEN value IS 52 (20.70% from 255) = 27.37%
BLUE value IS 114 (44.92% from 255) = 60%
R=12.63%
G=27.37%
B=60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24521140.790.5400.55221.3365.2227.06
Hex1834724F36037dd411b
Octal30641621176606733510133
Binary1100011010011100101001111110110011011111011101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183472; }

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

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

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

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

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

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

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

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