#182B61

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

Shades of Sapphire #182B61

Tints of Sapphire #182B61

Color information

#182B61 (or 0x182B61) is unknown color: approx Sapphire. HEX triplet: 18, 2B and 61. RGB value is (24,43,97). Sum of RGB (Red+Green+Blue) = 24+43+97=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #182B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182B61 is #E7D49E. Grayscale: #2B2B2B. Windows color (decimal): -15193247 or 6368024. OLE color: 6368024.

HSL color Cylindrical-coordinate representation of color #182B61: hue angle of 224.38º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #182B61 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB244397-
CMYK0.750.5600.62
HSL224.38º60.33%23.73%-
HSV(B)224.38º75.26%38.04%-
XYZ3.42.7911.67-
YUV43.48158.21114.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.63%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 97 (38.28% from 255) = 59.15%
R=14.63%
G=26.22%
B=59.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2443970.750.5600.62224.3860.3323.73
Hex182B614B3803Ee03c18
Octal3053141113700763407430
Binary110001010111100001100101111100001111101110000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,43,97); }

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

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

 a { background-color: rgb(24,43,97); }

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

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

 span { border-color: rgb(24,43,97); }

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