#182A6F

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

Shades of Sapphire #182A6F

Tints of Sapphire #182A6F

Color information

#182A6F (or 0x182A6F) is unknown color: approx Sapphire. HEX triplet: 18, 2A and 6F. RGB value is (24,42,111). Sum of RGB (Red+Green+Blue) = 24+42+111=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #182A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A6F is #E7D590. Grayscale: #2C2C2C. Windows color (decimal): -15193489 or 7285272. OLE color: 7285272.

HSL color Cylindrical-coordinate representation of color #182A6F: hue angle of 227.59º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #182A6F is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2442111-
CMYK0.780.6200.56
HSL227.59º64.44%26.47%-
HSV(B)227.59º78.38%43.53%-
XYZ4.07315.4-
YUV44.48165.54113.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.56%
GREEN value IS 42 (16.80% from 255) = 23.73%
BLUE value IS 111 (43.75% from 255) = 62.71%
R=13.56%
G=23.73%
B=62.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24421110.780.6200.56227.5964.4426.47
Hex182A6F4E3E038e4401a
Octal30521571167607034410032
Binary1100010101011011111001110111110011100011100100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,42,111); }

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

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

 a { background-color: rgb(24,42,111); }

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

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

 span { border-color: rgb(24,42,111); }

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