#182A5F

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

Shades of Sapphire #182A5F

Tints of Sapphire #182A5F

Color information

#182A5F (or 0x182A5F) is unknown color: approx Sapphire. HEX triplet: 18, 2A and 5F. RGB value is (24,42,95). Sum of RGB (Red+Green+Blue) = 24+42+95=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 95 (37.5% from 255 or 59.01% from 161); Max value from RGB is 95 - color contains mainly: blue. Hex color #182A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A5F is #E7D5A0. Grayscale: #2A2A2A. Windows color (decimal): -15193505 or 6236696. OLE color: 6236696.

HSL color Cylindrical-coordinate representation of color #182A5F: hue angle of 224.79º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #182A5F is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB244295-
CMYK0.750.5600.63
HSL224.79º59.66%23.33%-
HSV(B)224.79º74.74%37.25%-
XYZ3.272.6811.17-
YUV42.66157.54114.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.91%
GREEN value IS 42 (16.80% from 255) = 26.09%
BLUE value IS 95 (37.5% from 255) = 59.01%
R=14.91%
G=26.09%
B=59.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2442950.750.5600.63224.7959.6623.33
Hex182A5F4B3803Fe13c17
Octal3052137113700773417427
Binary110001010101011111100101111100001111111110000111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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