#182B77

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

Shades of Sapphire #182B77

Tints of Sapphire #182B77

Color information

#182B77 (or 0x182B77) is unknown color: approx Sapphire. HEX triplet: 18, 2B and 77. RGB value is (24,43,119). Sum of RGB (Red+Green+Blue) = 24+43+119=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #182B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182B77 is #E7D488. Grayscale: #2D2D2D. Windows color (decimal): -15193225 or 7809816. OLE color: 7809816.

HSL color Cylindrical-coordinate representation of color #182B77: hue angle of 228º degrees, saturation: 0.66, 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 #182B77 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2443119-
CMYK0.800.6400.53
HSL228º66.43%28.04%-
HSV(B)228º79.83%46.67%-
XYZ4.573.2517.84-
YUV45.98169.21112.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.90%
GREEN value IS 43 (17.19% from 255) = 23.12%
BLUE value IS 119 (46.88% from 255) = 63.98%
R=12.90%
G=23.12%
B=63.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24431190.800.6400.5322866.4328.04
Hex182B775040035e4421c
Octal305316712010006534410234
Binary11000101011111011110100001000000011010111100100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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