#183279

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

Shades of Sapphire #183279

Tints of Sapphire #183279

Color information

#183279 (or 0x183279) is unknown color: approx Sapphire. HEX triplet: 18, 32 and 79. RGB value is (24,50,121). Sum of RGB (Red+Green+Blue) = 24+50+121=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #183279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183279 is #E7CD86. Grayscale: #323232. Windows color (decimal): -15191431 or 7942680. OLE color: 7942680.

HSL color Cylindrical-coordinate representation of color #183279: hue angle of 223.92º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #183279 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2450121-
CMYK0.800.5900.53
HSL223.92º66.9%28.43%-
HSV(B)223.92º80.17%47.45%-
XYZ4.973.8618.57-
YUV50.32167.89109.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 121 (47.66% from 255) = 62.05%
R=12.31%
G=25.64%
B=62.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24501210.800.5900.53223.9266.928.43
Hex183279503B035e0431c
Octal30621711207306534010334
Binary1100011001011110011010000111011011010111100000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183279; }

 p { color: rgb(24,50,121); }

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

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

 a { background-color: rgb(24,50,121); }

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

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

 span { border-color: rgb(24,50,121); }

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