#18356A

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

Shades of Sapphire #18356A

Tints of Sapphire #18356A

Color information

#18356A (or 0x18356A) is unknown color: approx Sapphire. HEX triplet: 18, 35 and 6A. RGB value is (24,53,106). Sum of RGB (Red+Green+Blue) = 24+53+106=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 106 (41.80% from 255 or 57.92% from 183); Max value from RGB is 106 - color contains mainly: blue. Hex color #18356A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18356A is #E7CA95. Grayscale: #323232. Windows color (decimal): -15190678 or 6960408. OLE color: 6960408.

HSL color Cylindrical-coordinate representation of color #18356A: hue angle of 218.78º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18356A is Cyan = 0.77, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2453106-
CMYK0.770.500.58
HSL218.78º63.08%25.49%-
HSV(B)218.78º77.36%41.57%-
XYZ4.253.7814.14-
YUV50.37159.39109.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.11%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 106 (41.80% from 255) = 57.92%
R=13.11%
G=28.96%
B=57.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24531060.770.500.58218.7863.0825.49
Hex18356A4D3203Adb3f19
Octal3065152115620723337731
Binary110001101011101010100110111001001110101101101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18356A; }

 p { color: rgb(24,53,106); }

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

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

 a { background-color: rgb(24,53,106); }

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

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

 span { border-color: rgb(24,53,106); }

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