#182F69

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

Shades of Sapphire #182F69

Tints of Sapphire #182F69

Color information

#182F69 (or 0x182F69) is unknown color: approx Sapphire. HEX triplet: 18, 2F and 69. RGB value is (24,47,105). Sum of RGB (Red+Green+Blue) = 24+47+105=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #182F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F69 is #E7D096. Grayscale: #2E2E2E. Windows color (decimal): -15192215 or 6893336. OLE color: 6893336.

HSL color Cylindrical-coordinate representation of color #182F69: hue angle of 222.96º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #182F69 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2447105-
CMYK0.770.5500.59
HSL222.96º62.79%25.29%-
HSV(B)222.96º77.14%41.18%-
XYZ3.943.2513.78-
YUV46.74160.88111.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.64%
GREEN value IS 47 (18.75% from 255) = 26.70%
BLUE value IS 105 (41.41% from 255) = 59.66%
R=13.64%
G=26.70%
B=59.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24471050.770.5500.59222.9662.7925.29
Hex182F694D3703Bdf3f19
Octal3057151115670733377731
Binary110001011111101001100110111011101110111101111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182F69; }

 p { color: rgb(24,47,105); }

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

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

 a { background-color: rgb(24,47,105); }

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

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

 span { border-color: rgb(24,47,105); }

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