#183369

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

Shades of Sapphire #183369

Tints of Sapphire #183369

Color information

#183369 (or 0x183369) is unknown color: approx Sapphire. HEX triplet: 18, 33 and 69. RGB value is (24,51,105). Sum of RGB (Red+Green+Blue) = 24+51+105=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 105 (41.41% from 255 or 58.33% from 180); Max value from RGB is 105 - color contains mainly: blue. Hex color #183369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183369 is #E7CC96. Grayscale: #303030. Windows color (decimal): -15191191 or 6894360. OLE color: 6894360.

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

Color convert

RGB2451105-
CMYK0.770.5100.59
HSL220º62.79%25.29%-
HSV(B)220º77.14%41.18%-
XYZ4.113.5813.84-
YUV49.08159.55110.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.33%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 105 (41.41% from 255) = 58.33%
R=13.33%
G=28.33%
B=58.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24511050.770.5100.5922062.7925.29
Hex1833694D3303Bdc3f19
Octal3063151115630733347731
Binary110001100111101001100110111001101110111101110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183369; }

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

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

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

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

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

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

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

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