#182F60

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

Shades of Sapphire #182F60

Tints of Sapphire #182F60

Color information

#182F60 (or 0x182F60) is unknown color: approx Sapphire. HEX triplet: 18, 2F and 60. RGB value is (24,47,96). Sum of RGB (Red+Green+Blue) = 24+47+96=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #182F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F60 is #E7D09F. Grayscale: #2D2D2D. Windows color (decimal): -15192224 or 6303512. OLE color: 6303512.

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

Color convert

RGB244796-
CMYK0.750.5100.62
HSL220.83º60%23.53%-
HSV(B)220.83º75%37.65%-
XYZ3.53.0711.47-
YUV45.71156.38112.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.37%
GREEN value IS 47 (18.75% from 255) = 28.14%
BLUE value IS 96 (37.89% from 255) = 57.49%
R=14.37%
G=28.14%
B=57.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2447960.750.5100.62220.836023.53
Hex182F604B3303Edd3c18
Octal3057140113630763357430
Binary110001011111100000100101111001101111101101110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,47,96); }

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

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

 a { background-color: rgb(24,47,96); }

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

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

 span { border-color: rgb(24,47,96); }

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