#182F61

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

Shades of Sapphire #182F61

Tints of Sapphire #182F61

Color information

#182F61 (or 0x182F61) is unknown color: approx Sapphire. HEX triplet: 18, 2F and 61. RGB value is (24,47,97). Sum of RGB (Red+Green+Blue) = 24+47+97=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #182F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F61 is #E7D09E. Grayscale: #2D2D2D. Windows color (decimal): -15192223 or 6369048. OLE color: 6369048.

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

Color convert

RGB244797-
CMYK0.750.5200.62
HSL221.1º60.33%23.73%-
HSV(B)221.1º75.26%38.04%-
XYZ3.553.0911.72-
YUV45.82156.88112.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.29%
GREEN value IS 47 (18.75% from 255) = 27.98%
BLUE value IS 97 (38.28% from 255) = 57.74%
R=14.29%
G=27.98%
B=57.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2447970.750.5200.62221.160.3323.73
Hex182F614B3403Edd3c18
Octal3057141113640763357430
Binary110001011111100001100101111010001111101101110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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