#182A56

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

Shades of Sapphire #182A56

Tints of Sapphire #182A56

Color information

#182A56 (or 0x182A56) is unknown color: approx Sapphire. HEX triplet: 18, 2A and 56. RGB value is (24,42,86). Sum of RGB (Red+Green+Blue) = 24+42+86=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #182A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A56 is #E7D5A9. Grayscale: #292929. Windows color (decimal): -15193514 or 5646872. OLE color: 5646872.

HSL color Cylindrical-coordinate representation of color #182A56: hue angle of 222.58º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #182A56 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB244286-
CMYK0.720.5100.66
HSL222.58º56.36%21.57%-
HSV(B)222.58º72.09%33.73%-
XYZ2.882.529.14-
YUV41.63153.04115.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 42 (16.80% from 255) = 27.63%
BLUE value IS 86 (33.98% from 255) = 56.58%
R=15.79%
G=27.63%
B=56.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2442860.720.5100.66222.5856.3621.57
Hex182A564833042df3816
Octal30521261106301023377026
Binary1100010101010101101001000110011010000101101111111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182A56; }

 p { color: rgb(24,42,86); }

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

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

 a { background-color: rgb(24,42,86); }

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

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

 span { border-color: rgb(24,42,86); }

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