#182A67

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

Shades of Sapphire #182A67

Tints of Sapphire #182A67

Color information

#182A67 (or 0x182A67) is unknown color: approx Sapphire. HEX triplet: 18, 2A and 67. RGB value is (24,42,103). Sum of RGB (Red+Green+Blue) = 24+42+103=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 103 (40.62% from 255 or 60.95% from 169); Max value from RGB is 103 - color contains mainly: blue. Hex color #182A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A67 is #E7D598. Grayscale: #2B2B2B. Windows color (decimal): -15193497 or 6760984. OLE color: 6760984.

HSL color Cylindrical-coordinate representation of color #182A67: hue angle of 226.33º 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 #182A67 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2442103-
CMYK0.770.5900.60
HSL226.33º62.2%24.9%-
HSV(B)226.33º76.7%40.39%-
XYZ3.652.8313.19-
YUV43.57161.54114.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.20%
GREEN value IS 42 (16.80% from 255) = 24.85%
BLUE value IS 103 (40.62% from 255) = 60.95%
R=14.20%
G=24.85%
B=60.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24421030.770.5900.60226.3362.224.9
Hex182A674D3B03Ce23e19
Octal3052147115730743427631
Binary110001010101100111100110111101101111001110001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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