#182D6A

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

Shades of Sapphire #182D6A

Tints of Sapphire #182D6A

Color information

#182D6A (or 0x182D6A) is unknown color: approx Sapphire. HEX triplet: 18, 2D and 6A. RGB value is (24,45,106). Sum of RGB (Red+Green+Blue) = 24+45+106=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 106 (41.80% from 255 or 60.57% from 175); Max value from RGB is 106 - color contains mainly: blue. Hex color #182D6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D6A is #E7D295. Grayscale: #2D2D2D. Windows color (decimal): -15192726 or 6958360. OLE color: 6958360.

HSL color Cylindrical-coordinate representation of color #182D6A: hue angle of 224.63º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #182D6A is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2445106-
CMYK0.770.5800.58
HSL224.63º63.08%25.49%-
HSV(B)224.63º77.36%41.57%-
XYZ3.923.1114.03-
YUV45.68162.04112.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.71%
GREEN value IS 45 (17.97% from 255) = 25.71%
BLUE value IS 106 (41.80% from 255) = 60.57%
R=13.71%
G=25.71%
B=60.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24451060.770.5800.58224.6363.0825.49
Hex182D6A4D3A03Ae13f19
Octal3055152115720723417731
Binary110001011011101010100110111101001110101110000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,45,106); }

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

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

 a { background-color: rgb(24,45,106); }

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

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

 span { border-color: rgb(24,45,106); }

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