#183479

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

Shades of Sapphire #183479

Tints of Sapphire #183479

Color information

#183479 (or 0x183479) is unknown color: approx Sapphire. HEX triplet: 18, 34 and 79. RGB value is (24,52,121). Sum of RGB (Red+Green+Blue) = 24+52+121=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #183479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183479 is #E7CB86. Grayscale: #333333. Windows color (decimal): -15190919 or 7943192. OLE color: 7943192.

HSL color Cylindrical-coordinate representation of color #183479: hue angle of 222.68º 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 #183479 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2452121-
CMYK0.800.5700.53
HSL222.68º66.9%28.43%-
HSV(B)222.68º80.17%47.45%-
XYZ5.064.0318.6-
YUV51.49167.22108.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.18%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 121 (47.66% from 255) = 61.42%
R=12.18%
G=26.40%
B=61.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24521210.800.5700.53222.6866.928.43
Hex1834795039035df431c
Octal30641711207106533710334
Binary1100011010011110011010000111001011010111011111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183479; }

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

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

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

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

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

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

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

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