#182E75

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

Shades of Sapphire #182E75

Tints of Sapphire #182E75

Color information

#182E75 (or 0x182E75) is unknown color: approx Sapphire. HEX triplet: 18, 2E and 75. RGB value is (24,46,117). Sum of RGB (Red+Green+Blue) = 24+46+117=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #182E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182E75 is #E7D18A. Grayscale: #2F2F2F. Windows color (decimal): -15192459 or 7679512. OLE color: 7679512.

HSL color Cylindrical-coordinate representation of color #182E75: hue angle of 225.81º 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 #182E75 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2446117-
CMYK0.790.6100.54
HSL225.81º65.96%27.65%-
HSV(B)225.81º79.49%45.88%-
XYZ4.563.4317.25-
YUV47.52167.21111.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.83%
GREEN value IS 46 (18.36% from 255) = 24.60%
BLUE value IS 117 (46.09% from 255) = 62.57%
R=12.83%
G=24.60%
B=62.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24461170.790.6100.54225.8165.9627.65
Hex182E754F3D036e2421c
Octal30561651177506634210234
Binary1100010111011101011001111111101011011011100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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