#183062

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

Shades of Sapphire #183062

Tints of Sapphire #183062

Color information

#183062 (or 0x183062) is unknown color: approx Sapphire. HEX triplet: 18, 30 and 62. RGB value is (24,48,98). Sum of RGB (Red+Green+Blue) = 24+48+98=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #183062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183062 is #E7CF9D. Grayscale: #2E2E2E. Windows color (decimal): -15191966 or 6434840. OLE color: 6434840.

HSL color Cylindrical-coordinate representation of color #183062: hue angle of 220.54º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #183062 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB244898-
CMYK0.760.5100.62
HSL220.54º60.66%23.92%-
HSV(B)220.54º75.51%38.43%-
XYZ3.643.1911.98-
YUV46.52157.05111.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.12%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 98 (38.67% from 255) = 57.65%
R=14.12%
G=28.24%
B=57.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2448980.760.5100.62220.5460.6623.92
Hex1830624C3303Edd3d18
Octal3060142114630763357530
Binary110001100001100010100110011001101111101101110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183062; }

 p { color: rgb(24,48,98); }

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

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

 a { background-color: rgb(24,48,98); }

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

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

 span { border-color: rgb(24,48,98); }

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