#182962

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

Shades of Sapphire #182962

Tints of Sapphire #182962

Color information

#182962 (or 0x182962) is unknown color: approx Sapphire. HEX triplet: 18, 29 and 62. RGB value is (24,41,98). Sum of RGB (Red+Green+Blue) = 24+41+98=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 98 (38.67% from 255 or 60.12% from 163); Max value from RGB is 98 - color contains mainly: blue. Hex color #182962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182962 is #E7D69D. Grayscale: #2A2A2A. Windows color (decimal): -15193758 or 6433048. OLE color: 6433048.

HSL color Cylindrical-coordinate representation of color #182962: hue angle of 226.22º 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 #182962 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB244198-
CMYK0.760.5800.62
HSL226.22º60.66%23.92%-
HSV(B)226.22º75.51%38.43%-
XYZ3.372.6611.89-
YUV42.42159.37114.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.72%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 98 (38.67% from 255) = 60.12%
R=14.72%
G=25.15%
B=60.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2441980.760.5800.62226.2260.6623.92
Hex1829624C3A03Ee23d18
Octal3051142114720763427530
Binary110001010011100010100110011101001111101110001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182962; }

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

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

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

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

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

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

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

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