#182967

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

Shades of Sapphire #182967

Tints of Sapphire #182967

Color information

#182967 (or 0x182967) is unknown color: approx Sapphire. HEX triplet: 18, 29 and 67. RGB value is (24,41,103). Sum of RGB (Red+Green+Blue) = 24+41+103=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 103 (40.62% from 255 or 61.31% from 168); Max value from RGB is 103 - color contains mainly: blue. Hex color #182967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182967 is #E7D698. Grayscale: #2A2A2A. Windows color (decimal): -15193753 or 6760728. OLE color: 6760728.

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

Color convert

RGB2441103-
CMYK0.770.6000.60
HSL227.09º62.2%24.9%-
HSV(B)227.09º76.7%40.39%-
XYZ3.622.7613.17-
YUV42.98161.87114.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.29%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 103 (40.62% from 255) = 61.31%
R=14.29%
G=24.40%
B=61.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24411030.770.6000.60227.0962.224.9
Hex1829674D3C03Ce33e19
Octal3051147115740743437631
Binary110001010011100111100110111110001111001110001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182967; }

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

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

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

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

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

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

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

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