#182A61

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

Shades of Sapphire #182A61

Tints of Sapphire #182A61

Color information

#182A61 (or 0x182A61) is unknown color: approx Sapphire. HEX triplet: 18, 2A and 61. RGB value is (24,42,97). Sum of RGB (Red+Green+Blue) = 24+42+97=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #182A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A61 is #E7D59E. Grayscale: #2A2A2A. Windows color (decimal): -15193503 or 6367768. OLE color: 6367768.

HSL color Cylindrical-coordinate representation of color #182A61: hue angle of 225.21º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #182A61 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB244297-
CMYK0.750.5700.62
HSL225.21º60.33%23.73%-
HSV(B)225.21º75.26%38.04%-
XYZ3.362.7111.66-
YUV42.89158.54114.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.72%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 97 (38.28% from 255) = 59.51%
R=14.72%
G=25.77%
B=59.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2442970.750.5700.62225.2160.3323.73
Hex182A614B3903Ee13c18
Octal3052141113710763417430
Binary110001010101100001100101111100101111101110000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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