#182F7A

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

Shades of Sapphire #182F7A

Tints of Sapphire #182F7A

Color information

#182F7A (or 0x182F7A) is unknown color: approx Sapphire. HEX triplet: 18, 2F and 7A. RGB value is (24,47,122). Sum of RGB (Red+Green+Blue) = 24+47+122=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 122 (48.05% from 255 or 63.21% from 193); Max value from RGB is 122 - color contains mainly: blue. Hex color #182F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F7A is #E7D085. Grayscale: #303030. Windows color (decimal): -15192198 or 8007448. OLE color: 8007448.

HSL color Cylindrical-coordinate representation of color #182F7A: hue angle of 225.92º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #182F7A is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2447122-
CMYK0.800.6100.52
HSL225.92º67.12%28.63%-
HSV(B)225.92º80.33%47.84%-
XYZ4.913.6318.85-
YUV48.67169.38110.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.44%
GREEN value IS 47 (18.75% from 255) = 24.35%
BLUE value IS 122 (48.05% from 255) = 63.21%
R=12.44%
G=24.35%
B=63.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24471220.800.6100.52225.9267.1228.63
Hex182F7A503D034e2431d
Octal30571721207506434210335
Binary1100010111111110101010000111101011010011100010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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