#18266A

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

Shades of Sapphire #18266A

Tints of Sapphire #18266A

Color information

#18266A (or 0x18266A) is unknown color: approx Sapphire. HEX triplet: 18, 26 and 6A. RGB value is (24,38,106). Sum of RGB (Red+Green+Blue) = 24+38+106=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 106 (41.80% from 255 or 63.10% from 168); Max value from RGB is 106 - color contains mainly: blue. Hex color #18266A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18266A is #E7D995. Grayscale: #292929. Windows color (decimal): -15194518 or 6956568. OLE color: 6956568.

HSL color Cylindrical-coordinate representation of color #18266A: hue angle of 229.76º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18266A is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2438106-
CMYK0.770.6400.58
HSL229.76º63.08%25.49%-
HSV(B)229.76º77.36%41.57%-
XYZ3.672.6213.95-
YUV41.57164.36115.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.29%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 106 (41.80% from 255) = 63.10%
R=14.29%
G=22.62%
B=63.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24381060.770.6400.58229.7663.0825.49
Hex18266A4D4003Ae63f19
Octal30461521151000723467731
Binary1100010011011010101001101100000001110101110011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18266A; }

 p { color: rgb(24,38,106); }

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

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

 a { background-color: rgb(24,38,106); }

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

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

 span { border-color: rgb(24,38,106); }

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