#182D75

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

Shades of Sapphire #182D75

Tints of Sapphire #182D75

Color information

#182D75 (or 0x182D75) is unknown color: approx Sapphire. HEX triplet: 18, 2D and 75. RGB value is (24,45,117). Sum of RGB (Red+Green+Blue) = 24+45+117=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #182D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D75 is #E7D28A. Grayscale: #2E2E2E. Windows color (decimal): -15192715 or 7679256. OLE color: 7679256.

HSL color Cylindrical-coordinate representation of color #182D75: hue angle of 226.45º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #182D75 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2445117-
CMYK0.790.6200.54
HSL226.45º65.96%27.65%-
HSV(B)226.45º79.49%45.88%-
XYZ4.533.3617.24-
YUV46.93167.54111.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.90%
GREEN value IS 45 (17.97% from 255) = 24.19%
BLUE value IS 117 (46.09% from 255) = 62.90%
R=12.90%
G=24.19%
B=62.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24451170.790.6200.54226.4565.9627.65
Hex182D754F3E036e2421c
Octal30551651177606634210234
Binary1100010110111101011001111111110011011011100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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