#182769

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

Shades of Sapphire #182769

Tints of Sapphire #182769

Color information

#182769 (or 0x182769) is unknown color: approx Sapphire. HEX triplet: 18, 27 and 69. RGB value is (24,39,105). Sum of RGB (Red+Green+Blue) = 24+39+105=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 105 (41.41% from 255 or 62.5% from 168); Max value from RGB is 105 - color contains mainly: blue. Hex color #182769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182769 is #E7D896. Grayscale: #292929. Windows color (decimal): -15194263 or 6891288. OLE color: 6891288.

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

Color convert

RGB2439105-
CMYK0.770.6300.59
HSL228.89º62.79%25.29%-
HSV(B)228.89º77.14%41.18%-
XYZ3.652.6713.69-
YUV42.04163.53115.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.29%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 105 (41.41% from 255) = 62.5%
R=14.29%
G=23.21%
B=62.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24391050.770.6300.59228.8962.7925.29
Hex1827694D3F03Be53f19
Octal3047151115770733457731
Binary110001001111101001100110111111101110111110010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182769; }

 p { color: rgb(24,39,105); }

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

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

 a { background-color: rgb(24,39,105); }

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

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

 span { border-color: rgb(24,39,105); }

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