#182D67

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

Shades of Sapphire #182D67

Tints of Sapphire #182D67

Color information

#182D67 (or 0x182D67) is unknown color: approx Sapphire. HEX triplet: 18, 2D and 67. RGB value is (24,45,103). Sum of RGB (Red+Green+Blue) = 24+45+103=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 103 (40.62% from 255 or 59.88% from 172); Max value from RGB is 103 - color contains mainly: blue. Hex color #182D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182D67 is #E7D298. Grayscale: #2D2D2D. Windows color (decimal): -15192729 or 6761752. OLE color: 6761752.

HSL color Cylindrical-coordinate representation of color #182D67: hue angle of 224.05º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #182D67 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2445103-
CMYK0.770.5600.60
HSL224.05º62.2%24.9%-
HSV(B)224.05º76.7%40.39%-
XYZ3.763.0513.22-
YUV45.33160.54112.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.95%
GREEN value IS 45 (17.97% from 255) = 26.16%
BLUE value IS 103 (40.62% from 255) = 59.88%
R=13.95%
G=26.16%
B=59.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24451030.770.5600.60224.0562.224.9
Hex182D674D3803Ce03e19
Octal3055147115700743407631
Binary110001011011100111100110111100001111001110000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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