#18337B

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

Shades of Sapphire #18337B

Tints of Sapphire #18337B

Color information

#18337B (or 0x18337B) is unknown color: approx Sapphire. HEX triplet: 18, 33 and 7B. RGB value is (24,51,123). Sum of RGB (Red+Green+Blue) = 24+51+123=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 123 (48.44% from 255 or 62.12% from 198); Max value from RGB is 123 - color contains mainly: blue. Hex color #18337B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18337B is #E7CC84. Grayscale: #323232. Windows color (decimal): -15191173 or 8074008. OLE color: 8074008.

HSL color Cylindrical-coordinate representation of color #18337B: hue angle of 223.64º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18337B is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2451123-
CMYK0.800.5900.52
HSL223.64º67.35%28.82%-
HSV(B)223.64º80.49%48.24%-
XYZ5.143.9919.24-
YUV51.14168.55108.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.12%
GREEN value IS 51 (20.31% from 255) = 25.76%
BLUE value IS 123 (48.44% from 255) = 62.12%
R=12.12%
G=25.76%
B=62.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24511230.800.5900.52223.6467.3528.82
Hex18337B503B034e0431d
Octal30631731207306434010335
Binary1100011001111110111010000111011011010011100000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18337B; }

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

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

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

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

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

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

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

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