#182A68

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

Shades of Sapphire #182A68

Tints of Sapphire #182A68

Color information

#182A68 (or 0x182A68) is unknown color: approx Sapphire. HEX triplet: 18, 2A and 68. RGB value is (24,42,104). Sum of RGB (Red+Green+Blue) = 24+42+104=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #182A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A68 is #E7D597. Grayscale: #2B2B2B. Windows color (decimal): -15193496 or 6826520. OLE color: 6826520.

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

Color convert

RGB2442104-
CMYK0.770.6000.59
HSL226.5º62.5%25.1%-
HSV(B)226.5º76.92%40.78%-
XYZ3.72.8513.45-
YUV43.69162.04113.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.12%
GREEN value IS 42 (16.80% from 255) = 24.71%
BLUE value IS 104 (41.02% from 255) = 61.18%
R=14.12%
G=24.71%
B=61.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24421040.770.6000.59226.562.525.1
Hex182A684D3C03Be23e19
Octal3052150115740733427631
Binary110001010101101000100110111110001110111110001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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