#183368

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

Shades of Sapphire #183368

Tints of Sapphire #183368

Color information

#183368 (or 0x183368) is unknown color: approx Sapphire. HEX triplet: 18, 33 and 68. RGB value is (24,51,104). Sum of RGB (Red+Green+Blue) = 24+51+104=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #183368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183368 is #E7CC97. Grayscale: #303030. Windows color (decimal): -15191192 or 6828824. OLE color: 6828824.

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

Color convert

RGB2451104-
CMYK0.770.5100.59
HSL219.75º62.5%25.1%-
HSV(B)219.75º76.92%40.78%-
XYZ4.063.5613.57-
YUV48.97159.05110.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.41%
GREEN value IS 51 (20.31% from 255) = 28.49%
BLUE value IS 104 (41.02% from 255) = 58.10%
R=13.41%
G=28.49%
B=58.10%

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
Decimal24511040.770.5100.59219.7562.525.1
Hex1833684D3303Bdc3e19
Octal3063150115630733347631
Binary110001100111101000100110111001101110111101110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183368; }

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

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

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

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

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

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

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

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