#182461

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

Shades of Sapphire #182461

Tints of Sapphire #182461

Color information

#182461 (or 0x182461) is unknown color: approx Sapphire. HEX triplet: 18, 24 and 61. RGB value is (24,36,97). Sum of RGB (Red+Green+Blue) = 24+36+97=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #182461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182461 is #E7DB9E. Grayscale: #272727. Windows color (decimal): -15195039 or 6366232. OLE color: 6366232.

HSL color Cylindrical-coordinate representation of color #182461: hue angle of 230.14º 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 #182461 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB243697-
CMYK0.750.6300.62
HSL230.14º60.33%23.73%-
HSV(B)230.14º75.26%38.04%-
XYZ3.172.3211.59-
YUV39.37160.52117.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 97 (38.28% from 255) = 61.78%
R=15.29%
G=22.93%
B=61.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2436970.750.6300.62230.1460.3323.73
Hex1824614B3F03Ee63c18
Octal3044141113770763467430
Binary110001001001100001100101111111101111101110011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182461; }

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

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

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

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

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

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

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

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