#182F7E

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

Shades of Sapphire #182F7E

Tints of Sapphire #182F7E

Color information

#182F7E (or 0x182F7E) is unknown color: approx Sapphire. HEX triplet: 18, 2F and 7E. RGB value is (24,47,126). Sum of RGB (Red+Green+Blue) = 24+47+126=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 126 (49.61% from 255 or 63.96% from 197); Max value from RGB is 126 - color contains mainly: blue. Hex color #182F7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F7E is #E7D081. Grayscale: #303030. Windows color (decimal): -15192194 or 8269592. OLE color: 8269592.

HSL color Cylindrical-coordinate representation of color #182F7E: hue angle of 226.47º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #182F7E is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2447126-
CMYK0.810.6300.51
HSL226.47º68%29.41%-
HSV(B)226.47º80.95%49.41%-
XYZ5.163.7320.19-
YUV49.13171.38110.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.18%
GREEN value IS 47 (18.75% from 255) = 23.86%
BLUE value IS 126 (49.61% from 255) = 63.96%
R=12.18%
G=23.86%
B=63.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24471260.810.6300.51226.476829.41
Hex182F7E513F033e2441d
Octal30571761217706334210435
Binary1100010111111111101010001111111011001111100010100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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